/* CSS Document */

A.alink:active 	{color:#9999DD}
A.alink:link 	{color:#9999DD}
A.alink:visited {color:#9999DD}

BODY.home {
	background-image: 	 url(/img/backgrounds/home.gif);
	background-position: top;
}


BODY.main {
	background: 		 #E6EDF0;
	background-image: 	 url(/img/backgrounds/background.gif);
	background-position: center left;
	background-repeat:	 repeat-x;
}

BODY.news {
	background-image: 	 url(/img/backgrounds/news.gif);
	background-position: top;
}

.banner {
	background-color:	#000000;
	border-color:		#000099;
	border-style:		solid;
	border-width:		1px;
}

.border {
	border:#000000 solid 1px;
}

.info {
	height: 		320px; 
	width:			720px;
}

.iframe {
	background-color:	#000000;
	border-color:		#000099;
	border-style:		solid;
	border-width:		1px;
}


.link {
	cursor:				pointer;
}

.mainMenu {

	background-image: 	url(/img/backgrounds/bg_button.gif);
	color:				#FFFFFF;
	font-family:		Verdana;
	font-size:			11px;
	height: 			26px;
	padding: 			0;
	width: 				105px;
}

.submenu {

	background-color:	#FFFFFF;
	border-color: 		#000099;
	border-width:		1px;
	border-style: 		solid;
	color: 				#000000;
	font-family: 		Verdana;
	font-size: 			10px;
	padding: 			0;
	width: 				105px;
}

