/* CSS Document */
body
{
margin:10px;
background-color:#eeeeee;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.top
{
background:url(../images/top_bg.jpg);
background-repeat:repeat-x;
height:33px;
}
.top_text_link_text
{
color:#ffffff;
text-decoration:none;
}
.top_text_link
{
color:#ffffff;
text-decoration:none;
}
.top_text_link:link
{
color:#ffffff;
text-decoration:none;
}
.top_text_link:active
{
color:#ffffff;
text-decoration:none;
}
.top_text_link:visited
{
color:#ffffff;
text-decoration:none;
}
.top_text_link:hover
{
color:#ffffff;
text-decoration:underline;
}
.left_text
{
background-color:#a1bcd1;
color:#ffffff;
border:1px solid #778fa2;
}
.left_text_heading
{
color:#334d6c;
font-weight:bold;
}
.left_text_general
{
color:#334d6c;
text-decoration:underline;
}
.main_header
{
font-size:18px;
color:#314c69;
}
.main_text
{
background-color:#ffffff;
color:#000000;
border:1px solid #cccccc;
}
.main_pic
{
border:1px solid #cccccc;
}
.footer
{
background:url(../images/footer.jpg);
background-repeat:repeat-x;
height:84px;
}
.footer_text
{
color:#000000;
}
.footer_text_link
{
color:#000000;
text-decoration:none;
}
.footer_text_link:link
{
color:#000000;
text-decoration:none;
}
.footer_text_link:active
{
color:#000000;
text-decoration:none;
}
.footer_text_link:visited
{
color:#000000;
text-decoration:none;
}
.footer_text_link:hover
{
color:#000000;
text-decoration:underline;
}
.footer_text1
{
color:#dfdabd;
}
h3 {
	margin-top:0px;
}

h1 { font-size:16px; }