html { 
	min-height					: 100%;
	}	

body {
	font-family					: tahoma;
	margin						: 0px;
	color							: rgb(0,0,0);
	}

a {
	text-decoration			: none;
	color							: rgb(0,0,0);
	}

img {
	display						: block;
	border						: none;
	}

h1 , h2 , h3 {
	 display						: block;
	 margin						: 0;
	 font-size					: 16px;
	 font-weight				: normal;
	 }
h2 , h3 {
	font-weight					: normal;
	}

input , textarea {
	font-family					: tahoma;
	display						: block;
	border						: 0;
	margin						: 0;
	padding						: 0;
	outline						: none;
	}

#container_div_id {
	overflow						: hidden;
	}

#column_content_wrap_div_id {
	overflow						: hidden;
	}

@font-face {
	font-family					: "wissema";
	src							: url("../icon/wissema.eot?4mqmb7");
	src							: url("../icon/wissema.eot?#iefix4mqmb7") format("embedded-opentype"),
									  url("../icon/wissema.woff?4mqmb7") format("woff"),
									  url("../icon/wissema.ttf?4mqmb7") format("truetype"),
									  url("../icon/wissema.svg?4mqmb7#wissema") format("svg");
	font-weight					: normal;
	font-style					: normal;
	}

[class$="core_icon_cs"] {
	font-family					: "wissema";
	speak							: none;
	font-style					: normal;
	font-weight					: normal;
	font-variant				: normal;
	text-transform				: none;
	line-height					: 1;
  -webkit-font-smoothing	: antialiased;
  -moz-osx-font-smoothing	: grayscale;
	} 

/* all buttons */
[class$="btn_div_cs"] {
	border-radius		: 5px;
	border				: 1px solid rgba(16,21,22,1.0);
	text-align			: center;
	background-color	: rgba(77,80,80,1.0);
	color					: rgb(255,255,255);
	cursor				: pointer;
	}

#page_title_div_id h1 {
	font-weight					: bold;
	}