/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #003366 url(/images/img01.gif) repeat-y center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
	font-style: italic;
	font-weight: lighter;	
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4773C1;
	font-weight: bold;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4773C1;
	font-weight: bold;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6633CC;
	font-weight: bold;
	font-size: 14px;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0066CC;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
}

a {
	font-weight: bold;
	color: #0099CC;
}

a:hover {
	text-decoration: none;
	color: #009900;
}

.text1 {
	font-size: 12px;
}

/** HEADER */

#header {
	height: 126px;
	width: 816px;
	margin: 0px auto;
	background: #FFFBFD url(/images/header.gif) repeat-x left top;
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 10px;
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
}

/** MENU */

#menu2 {
	width: 816px;
	height: 19px;
	margin: 0px auto;
	background-color: #006699;
}
 
#menu2 ul {
list-style: none;
margin: 0;
padding: 0;
width: 136px;
float: left;
}

#menu2 h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #FFFFFF;
background-color: #336699;
text-transform: uppercase;
font-weight:300;
margin: 0;
padding: 2px 3px;
}
 
#menu2 a, #menu2 h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
display: block;
margin: 0;
padding: 2px 3px;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
}
 
#menu2 h2 {
color: #FFFFFF;
background-color: #336699;
text-transform: uppercase;
}
 
#menu2 a {
color: #FFFFFF;
background-color: #336699;
text-decoration: none;
}
 
#menu2 a:hover {
color: #000099;
background-color: #CCCCCC
}
 
#menu2 li {position: relative;}
 
#menu2 ul ul {
position: absolute;
z-index: 500;
}
 
#menu2 ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
 
div#menu2 ul ul,
div#menu2 ul li:hover ul ul,
div#menu2 ul ul li:hover ul ul
{display: none;}
 
div#menu2 ul li:hover ul,
div#menu2 ul ul li:hover ul,
div#menu2 ul ul ul li:hover ul
{display: block;}

/** CONTENT */

#content {
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content h2 { 
	font-weight: bold;
	font-size: 10px;
}

#content h2 { 
	font-weight: bold;
	font-size: 16px;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}

#left {
	float: left;
	width: 499px;
	padding: 0px 20px 0px 20px;
}

#right {
	float: right;
	width: 190px;
	padding: 0px 20px 20px 20px;
}

#col {
	float: left;
	width: 480px;
	padding: 0px 20px 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 5px solid #60B7DE;
}

#footer p {
	margin: 0px;
	padding: 20px 10px 0px 50px;
	color: #4773C1;
}

#border-top1 {
	border-top: 1px solid #60B7DE;
}

#border-top2 {
	border-top: 1px solid #60B7DE;
}

#border-top3 {
	border-top: 6px solid #60B7DE;
}

#border-top4 {
	border-top: 6px solid #60B7DE;
}

#border-top5 {
	border-top: 6px solid #60B7DE;
}

#border-right {
	border-top: 2px solid #60B7DE;
}

#border-right1 {
	border-top: 2px solid #60B7DE;
}

#border-right2 {
	border-top: 2px solid #60B7DE;
}

.green {
	color: #06CC15;
	font-size: medium;
	font-weight: bold;
}

.login {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

.large {
	font-weight: bold;
	font-size: 12px;
}

.small {
	font-weight: normal;
	font-size: 10px;
}
.news {
	font-weight: normal;
	font-size: 9px;
	font-style: italic;
}
.TableHeader {

	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
