@charset "utf-8";

/* CSS Document */

body			{ font-family: Georgia, Arial, Verdana, Times, serif; font-size:12px;
			  margin-top: 20px;
                          background-image: url(images/back3.jpg); 
                          background-repeat: repeat;
                          background-attachment: fixed; 
			  background-position: center center; }

h1			{ Font: 25px Georgia; line-height:0px; line-height: 30px;}
h2			{ Font: 20px Georgia; line-height:0px;}
h3			{ Font: 16px Georgia; line-height:0px;}
h4			{ Font: 12px Georgia; line-height:0px;}

.bottomBorder		{ border-bottom:thin; border-style:solid; border-top:none; border-left:none; border-right:none; border-color:#E9E9E9 }
.rightBorder		{ border-right:thin; border-style:solid; border-bottom:none; border-left:none; border-top:none; border-color:#E9E9E9 }
.activeLink		{ color:#fb8c07; font-weight:bold; text-decoration:none;}
.allLink		{ color:#000000; font-weight:bold; text-decoration:none;}
.generalLink		{ color:#fb8c07;text-decoration:none;}
.newsContent		{ padding-bottom:10px;}
.leftPaddingContent	{ padding-left:10px;}
.maintable 		{ width: 850;}

.leftmenu                { Font: 13px Georgia; width: 100%; line-height:25px; }
.leftmenu a              { text-decoration: none; color: GREEN; }
.leftmenu a:link         { text-decoration: none; color: GREEN; }
.leftmenu a:hover        { text-decoration: none; color: maroon; }

.topmenu                { Font: BOLD 12px ARIAL, Georgia; width: 100%; line-height:25px; 
			  background-color: black; filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;}
.topmenu a              { text-decoration: none; color: WHITE; }
.topmenu a:link         { text-decoration: none; color: WHITE; }
.topmenu a:hover        { text-decoration: none; color: ORANGE; }

