/* CSS Document */

body {
	background-image: url(bg.png);
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: top;
}

.text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #02192E;
}

.text_big {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #A3D1FB;
}



a.one:link {color: #A3D1FB; text-decoration: none;}
a.one:visited {color: #A3D1FB; text-decoration: none;}
a.one:hover {text-decoration:underline;}

a.two:link {color: #02192E; text-decoration: none;}
a.two:visited {color: #02192E; text-decoration: none;}
a.two:hover {text-decoration:underline;}


.body_table {
	background-image: url(bg2.png);
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A3D1FB;
}









