@import url(layouts.css);
@import url(modules.css);
@import url(navigation.css);

html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #CCCCFF;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	background-color: #01462B;
}

h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}

a, a:visited  {
    color: #202426;
    text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.image, a.image:hover  {border:0;}

li {
    color: #000000;
}

.rightMenu {
    float: right;
}

.clr{clear: both;}
