a {
	color : black;
	text-decoration : none;
      font-weight : bold;
}

a:hover {
	color : #e88e1b;
	text-decoration : none;
      font-weight : bold;
}

a.side {
	color : #001f45;
	text-decoration : none;
}

a:hover.side {
	color : black;
	text-decoration : underline;
}

a.white {
	color : #fff;
	text-decoration : none;
}

a:hover.white {
	color : #666666;
	text-decoration : underline overline;
}

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

form {
	margin : 0px;
}

hr {
	height : 1px;
	border : 1px solid #eee;
}

hr.side-hr { /* horiz line separator on the left menu*/
	height : 1px;
	border : 1px solid #cca16c;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

pre {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.alt {
	color : red;
}
 
.white-header {  /*horiz nav bar*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #fff;
	background-color : #8495a9;
	
	padding : 5px;
}

.full-header {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #aaa;
	background-color : white;
	padding : 5px;
}

.footer {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #666666;
	background-color : white;
	
	padding : 5px;
}

.button {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : white;
	background-color : #3A120D;
	height : 20px;
	border : 1px solid #666666;
	margin-top : 2px;
}

.textbox { /*shoutbox */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #666666;
	background-color : white;
	border : 1px solid #666666;
}

.main-body { /* body of article boxes*/
	font-size : 11px;
	color : black;
	background-color : white;
	padding : 4px 4px 5px 4px;
}

.side-body { /*side boxes like navigation...etc */
	font-size : 10px;
	color : black;
	background-color : #cad7e7;
	padding : 4px;
}

.main-bg { /*bg of central bg of behind artciles*/
	color : #fff;
	background-color : white;
	padding : 5px;
}

.side-bg {
	color :#fff
	background-color :#C4B8A0;
	padding : 
}

.outer-border { /* the very outside frame*/
	border : 0px solid #666666;
}

.border { /* borders of all boxes of articles and navigation*/
	border : 0px solid #666666;
}

.side-border-left {
	border-right : 0px solid red;
	padding : 5px;
}

.side-border-right {
	border-left : 1px solid #666666;
	padding : 5px;
}

.news-footer { /* footer of all news, where poster, date and reads*/
	font-size : 10px;
	color : #333333;
	background-color : #e4e4e4;
	border-top : 0px solid gray;
	padding : 1px 2px 2px 2px;
}

.capmain { /* bg color of article header*/ 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : white;
	background-color : #33496d;
	
	padding : 4px 4px 5px 4px;
}

.scapmain { /*header bg of side boxes*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : white;
	background-color : #4d6a8c;
	border-bottom : 1px solid white;
	padding : 4px;
}

.tbl-border {
	color : #fff;
	background-color : green;
}

.tbl { /*bg of downloads and others*/
	font-size : 11px;
	color : black;
	background-color : white;
	padding : 4px;
}

.tbl1 { /*bg of forums and news categories*/
	font-size : 11px;
	color : #000000;
	background-color : white;
	padding : 4px;
}

.tbl2 { /* header of forum*/
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	background-color : #f0e4da;
	padding : 4px;
}

.forum-caption {
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	background-color : #cccccc;
	padding : 2px 4px 4px 4px;
}

.quote {
	font-size : 11px;
	color : #666666;
	background-color : #552822;
	padding : 4px;
	margin : 0px 20px 0px 20px;
	border : 1px solid #000;
}

.poll {
	height : 12px;
	border : 1px solid #a17c60;
}

.comment-name {
	font-weight : bold;
	color : #005599;
}

.shoutboxname {
	font-weight : bold;
	color : #005599;
	background-color : #d6be94;
}

.shoutbox {
	color : #001f45;
	background-color : #ecdabb;
}

.shoutboxdate {
	font-size : 10px;
	color : #001f45;
	background-color : #ecdabb;
}

.small {
	font-size : 10px;
	font-weight : normal;
}

.small2 {
	font-size : 10px;
	font-weight : normal;
	color : #fff;
}

.side-small {
	font-size : 10px;
	font-weight : normal;
	color : #fff;
	background-color : #552822;
}

.side-label {
	color : #fff;
	background-color : #552822;
	padding : 2px 2px 3px 2px;
}

.gallery {
	padding : 16px 0px 8px 0px;
}

.gallery img {
	border : 1px solid #ccc;
}

img.activegallery {
	border : 1px solid #a17c60;
}