/* CSS Document */
body{
margin:0px;
background-image:url(images/top_bg.gif);
background-repeat:repeat-x;
}

.navigation{
font-family:Verdana;
font-size:11px;
color:#7C3F11;
}

a:link.navigation{
font-family:Verdana;
font-size:11px;
color:#7C3F11;
text-decoration:underline;
}

a:hover.navigation{
font-family:Verdana;
font-size:11px;
color:#7C3F11;
background-color:#FFFFCC;
}
.navigation2{
font-family:Verdana;
font-size:12px;
color:#7C3F11;
}

a:link.navigation2{
font-family:Verdana;
font-size:12px;
color:#7C3F11;
text-decoration:underline;
}

a:hover.navigation2{
font-family:Verdana;
font-size:12px;
color:#7C3F11;
background-color:#FFFFCC;
}

.heading{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#7C3F11;
}

a:hover.heading{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#7C3F11;
background-color:#ffffcc;
}

.content{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
.content_small{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}

a:link.content{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:underline;
}

a:active.content, a:visited.content{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.content2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}


a:link.content2,a:active.content2,a:visited.content2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;

}


a:hover.content2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background-color:#FFFFCC;
}


.text_red{
font-family:Verdana;
font-size:12px;
color:#FF0000;
}

.content_grey{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
}


.content_grey2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;
}


.text_comments{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#000000;
}



.text_title_small{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#999999;
}

.text_title{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:25px;
color:#000000;
}

a:link.text_title{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#000000;
text-decoration:underline;
}

a:hover.text_title{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#000000;
text-decoration:underline;
background-color:#FFFFCC;
}
.outer-border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.outer-border-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

