@charset "utf-8";

/* font type */
@font-face {
	font-family: 'Omega';
	src: url('omega.eot');
	src: local('☺'), url('omega.woff') format('woff'), url('omega.ttf') format('truetype'), url('omega.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}	


/* Style for text */

*{
	font-family: Geneva, Arial, Helvetica, sans-serif
}
#main_content{
	font-size:12px;
	color:#e5e4e4;
}
#main_content h1,#main_content h2, #main_content h3, #main_content h4{
	font-family: Omega;
	font-weight: normal;
	color: #fff;
}
#main_content h1 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 16px
}
#main_content h2{
	font-size: 14px;
	color: #fff;
	margin-bottom: 14px
}
#main_content h3{
	font-size: 13px;
	color: #fff;
	margin-bottom: 13px
}
#main_content h4{
	font-size: 12px;
	color: #fff;
	margin-bottom: 12px
}
#main_content p {
	font-size: 12px;
	color: #e5e4e4;
	line-height: 16px;
	margin-bottom: 12px;
}
#main_content p a {
	font-size: 12px;
	color: #fe9f9f;
	text-decoration: none;
}
#main_content p a:hover{
	text-decoration: underline;
}

#main_content p em{
	color: #fff; font-weight:bold; 
}
#main_content dl{
	margin-bottom: 12px;
}
#main_content  dl dt{
	font-weight: bold; color: #fff; padding-left:5px;
}
#main_content  dl dd{
	padding-left: 5px; margin-bottom:5px;
}


/* Page Title */
#main_content h1.title{
	font-family: Omega;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}


/* General */
.warn{color: #ff0000;}

