/* CSS Document */

body {
	background-color: #A9230B;
	background-image: url(../images/main-bg.jpg);
}
.title {
	color: #003366;
	font-size: 20px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.title01 {
	color: #003366;
	font-size: 16px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;	
}
.title-sub {
	color: #5CB4DC;
	font-size: 18px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;	
}
.title-sub-small {
	color: #5CB4DC;
	font-size: 15px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;	
}
.black12px {
	color: #313131;
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.black13px {
	color: #313131;
	font-size: 13px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.bodylink {
	font-size: 13px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #5CB4DC;
}
.bodylink:hover {
	color: #313131;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.footlink {
	font-size: 11px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #003366;
}
.footlink:hover {
	color: #313131;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bodybg {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.logobg {
	background-image: url(../images/logo-bg.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.logobgsm {
	background-image: url(../images/logo-bgsm.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.pic-frame {
	line-height: normal;
	background-color: #FFFFFF;
	border: 1px solid #D2E3EC;

}
/*  -----------------------------------------PNG FIX----------------------------------------- */

img, div, input 
{ 
	behavior: url("css/iepngfix.htc") ;
}

#bg 
{ 
	behavior: url("css/iepngfix.htc") ;
	
}

/* -----------------------------------------PNG FIX End----------------------------------------- */

