BODY {
	color : #4A4A8C;
	background-color : White;
	font-family : "Arial Rounded MT Bold", Arial, Verdana, sans-serif;
	font-family: georgia, serif;
	font-size : 14px;
	background-image : url(imgs/bg.gif);
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #0000a0;
	scrollbar-darkshadow-color: #0000a0;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #0000a0;
}

A {
	color : Blue;
}

A:HOVER {
	color : #FFA500;
}

A.nav{
	color : #4A4A8C;
	font-family : "Arial Rounded MT Bold", Arial, Verdana, sans-serif;
	font-size : 14px;
	text-decoration : none;
	letter-spacing : 3px;
	width: 170px;
	line-height : 17px;
}

A.nav:HOVER{
	color : white;
	font-family : "Arial Rounded MT Bold", Arial, Verdana, sans-serif;
	font-size : 14px;
	text-decoration : none;
	letter-spacing : 3px;
	width: 170px;
	background-color : #75BBFF;
	line-height : 17px;
}

TABLE.page {
	background-color : White;
	border-left-style : solid;
	border-left-color : #4A4A8C;
	border-left-width : thin;
	border-right-style : solid;
	border-right-color : #4A4A8C;
	border-right-width : thin;
}

TD.navbar{
	border-top-style : solid;
	border-top-color : #4A4A8C;
	border-top-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #4A4A8C;
	border-bottom-width : 1px;
	background-color : #E4F0FE;
	border-collapse : collapse;
}

TD.navbar2{
	border-top-style : solid;
	border-top-color : #4A4A8C;
	border-top-width : 1px;
	background-color : #E4F0FE;
	border-collapse : collapse;
}

TD.address{
	color : #4A4A8C;
	font-size : 14px;
}

TD.content{
	padding: 5px;
}

DIV.logo{
	position : absolute;
	top: 2px;
	width: 100%;
	text-align: center;
}

.main{
	color : #4A4A8C;
	font-size : 14px;
	font-weight: normal;
	float: left;
	margin: 10px;
}