.bgL {
	background-image: url(images/bg-l.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bgR {
	background-image: url(images/bg-r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgBody {
	background-image: url(images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bgAll {
	background-image: url(images/bg-all.png);
	background-repeat: repeat-x;
	background-position: top;
}
tr {
	font-family: Tahoma, Arial, "Ms Sans Serif";
	font-size: 12px;
	color: #FFFFFF;
}
.text11 {
	font-size: 11px;
	color: #8cc1e1;
}
a:link {
	color: #d3f4ff;
	text-decoration: none;
}
a:visited {
	color: #d3f4ff;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #B6DBED;
	text-decoration: none;
}

@font-face{  
    font-family: 'RSU';
    src: url('font/RSU_BOLD.eot');  
    src: local('myfont'), url('font/RSU_BOLD.ttf') format('truetype');  
    font-weight: normal;  
    font-style: normal;  
} 
.head1 {
	font-family: 'RSU', Tahoma, Arial;
	font-size: 70px;
	line-height: 42px;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px ;
}
.head2 {
	font-family: 'RSU', Tahoma, Arial;
	font-size: 20px;
	line-height: 20px;
}
.head3 {
	font-family: 'RSU', Tahoma, Arial;
	font-size: 20px;
	line-height: 20px;
	color: #0a416a;
}
.head4 {
	font-family: 'RSU', Tahoma, Arial;
	font-size: 40px;
	line-height: 30px;
	color: #0a416a;
}
.head5 {
	font-family: 'RSU', Tahoma, Arial;
	font-size: 30px;
	line-height: 30px;
	color: #0a416a;
}
.head6 {
	font-family: 'RSU', Tahoma, Arial;
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
}
.frame1{
	background-color: #FFFFFF;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.bgForm {
	background-color: #E1F8FF;
	background-image: url(images/bg-form.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: 'RSU', Tahoma, Arial;
	font-size: 21px;
	color: #366285;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 8px 0px 8px; 
	line-height: 24px;
}
.frameNews {
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.frameNewsBlue {
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.bgBody2 {
	background-image: url(images/bg-body2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
