/******* Default Part CSS *******/
html, body, div, h1, h2, h3, h4, h5, h6, p, a, form,
fieldset, select, input, ul, li, table, td, th, img {
	padding: 0px; 
	margin: 0px;
}
.t_left{
	text-align: left;
}
.t_center{
	text-align: center;
}
.t_right{
	text-align: right;
}
.t_justify{
	text-align: justify;
}
.f_l{
	float: left;
}
.f_r{
	float: right;
}
.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0px; 
	margin: 0px;
}
img{
	border: none;
}

.msgBox {position: absolute; z-index: 555; width: 250px;}
/*********************************************************/

/*** Titles and texts Style ******************************/
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	line-height: 1.2;
	color: #2D568E;
	text-transform: uppercase;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	line-height: 1.5;
	color: #2D568E;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	line-height: 1.5;
	color: #2D568E;
}
/** Title page for admin part **/
h4{
	color: #000;
	font-size: 22px;
	font-weight: normal;
}
/*******************************/
h5{
}
h6{
}
p{
	line-height: 2;
	margin-bottom: 10px;
}
.text_16_b{
	font-size:11px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	
}
.text_sm{
	font-size:10px;
	line-height: 2;
	margin-bottom: 10px;
}
.text_16{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.blue{
	color: #2395D4;
}
/*********************************************************/

/*** Styles of the Links ***************************************/
a, 
a:visited{
	text-decoration: underline;
	color: #2D568E;
}
a:hover{
	text-decoration: none;
	color: #fff;
}
#admin a, 
#admin a:visited{
	text-decoration: underline;
	color: #2D568E;
}
#admin a:hover{
	text-decoration: none;
	color: #2D568E;
}


a.logo{
	display: block;
	width: 173px;
	height: 103px;
	background: url(../images/logo.gif) no-repeat left top;
	margin-bottom: 20px;
}
