/* CSS Document */

body{
margin:0;
background:url(images/bg.gif) repeat-x #000000
}

#footerWrapper{
background:url(images/footer.gif) repeat-x;
height:200px;
}

.label{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color: #061e4a
}

.text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color: #061e4a
}

.content{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000
}

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

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #061E4A;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #061E4A;
}

.style1  {
	font-size: 20px;
}

