@charset "utf-8";
/* CSS Document */
body{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color:#bddff5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;

}
.back{
background-image:url(../images/page-bg.jpg);
background-repeat:no-repeat;
}
.left-links{
padding-top:35px;
font-family:Tahoma;
font-size:12px;
color:#333333;
font-weight:bold;
line-height:28px;
list-style-image:url(../images/bullets-g.png);
}
.left-links a{
font-family:Tahoma;
font-size:12px;
color:white;
font-weight:bold;
line-height:28px;
text-decoration:none;
}
.left-links a:hover{
text-decoration:underline;
}
.main-links{
font-family:Tahoma;
font-size:14px;
color:#333333;
line-height:28px;
font-weight:bold;
list-style-image:url(../images/black-arrow.jpg);
}
.main-links a{
font-family:Tahoma;
font-size:14px;
color:#333333;
line-height:28px;
font-weight:bold;
text-decoration:none;
}
.main-links a:hover{
text-decoration:underline;
}
.content{
font-family:Tahoma;
font-size:12px;
text-align:justify;
line-height:18px;
}
.footer-links{
text-align:center;
font-family:Tahoma;
color:#000000;
font-size:12px;
}
