/* global tags */

body {
	background: #114680 url(../images/bg_body.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
}
td,body {
	color: #124780;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
}
h1 {
	font-size: 160%;
	font-weight: normal;
	margin-top: 30px;
}
h2 { font-size: 140%; }
h3 { font-size: 120%; COLOR: #000000; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
a:hover {
	color: #C90F08; 
	text-decoration: underline}
a:link {
	color: Blue;
	font-weight: bold;
}
a:visited {
	/*color: #666666;*/
	/*color: #000000;*/
	/*text-decoration: none;*/
	color: Blue;
	font-weight: bold;
}
hr {
	height: 1px;
	border: none;
	color: #574E2D;
}

/* ID's */

#shell .content .col2 p {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
}
#shell .content .col1 #nav {
	width: 175px;
	margin-left: 10px;
}
#shell .content .col1 #nav-2 {
	width: 175px;
	margin-left: 10px;
}

/* classes */

.content {
	background: url(../images/bg_shell.jpg) repeat-y left top;
}
td.col1 {
	background: url(../images/bg_col1.jpg) no-repeat left top;
	width: 189px;
}
td.col2 {
	background: url(../images/bg_col2.jpg) no-repeat left top;
	width: 545px;
	padding-bottom: 50px;
}
td.col3 {
	background: url(../images/bg_col3.jpg) no-repeat left top;
	width: 26px;
}
.border {
	padding: 6px;
	border: 1px solid #574E2D;
}
.border-left {
	border-left: 1px solid #574E2D;
}
.border-bot {
	border-bottom: 1px solid #574E2D;
}
.sform {
	background-color: #FFFFFF;
	padding: 1px;
	height: 16px;
	width: 100px;
	border: 1px solid #574E2D;
}
.ginput {
	padding: 0px;
	border: 1px solid #574E2D;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.gtextbox {
	padding: 0px;
	border: 1px solid #574E2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.seriff {
	font: italic 16px "Times New Roman", Times, serif;
	color: #574E2D;
}
.required {
	color: #C90F08;
}
.teasers {
	color: #000000;
	font: 11px Arial, Helvetica, sans-serif;
}
.boldblueunderlined	{
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
}
.bolditalics {
	font-weight: bold;
	font-style: italic;
}
.smallerfont {
	font-size: smaller;
}
