.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.content_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}


body {
	background-image: url(images/general_bkg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #5693D4;
}

.menu_bkg {
	background-image: url(images/menu_bkg.jpg);
	background-repeat: repeat-x;
}

.top_bkg {
	background-image: url(images/top_bkg.jpg);
	background-repeat: repeat-x;
}

.footer_bkg {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
}

.banner{
	background-image: url(images/banner.jpg);
	background-repeat: repeat-x;
}

.pagebkg{
	background-image: url(images/page_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.leftpagebkg_top{
	background-image: url(images/left_top.jpg);
	background-repeat: repeat-x;
}

.leftpagebkg_bottom{
	background-image: url(images/bottom_left_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: bottom;
}
.bottommenu{
	background-image: url(images/bottom_menu.jpg);
	background-repeat: repeat-x;
	background-color: #405BA8;
}

.style0 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size: 21px;
	font-weight: bold;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFCC00;
	font-size: 21px;
	font-weight: bold;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#003399;
	font-size: 21px;
	font-weight: bold;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 21px;
	font-weight: bold;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#003399;
	font-size: 30px;
	font-weight: bold;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#4C71C7;
	font-size: 16px;
	font-weight: bold;
}

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;
	font-size: 14px;
	font-weight: bold;
}


/*..................................................................................

LINK

...................................................................................*/

.topmenu:link{
	font-family: Arial;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.topmenu:visited{ 
	font-family: Arial;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.topmenu:hover{ 
	font-family: Arial;
	font-size: 12px;
	color:#FFCC00;
	font-weight: bold;
	text-decoration: none;
}

.topmenu:active{ 
	font-family: Arial;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}



.sidebar:link{
	font-family: Arial;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.sidebar:visited{ 
	font-family: Arial;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.sidebar:hover{ 
	font-family: Arial;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.sidebar:active{ 
	font-family: Arial;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}