@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

html.body{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	margin: 0px;
	background-color: #CCCCFF;
}

body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #2A568F;
}

p {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
}

h1 {
	font-size: 16px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #2A568F;
	line-height: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #2A568F;
	line-height: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #2A568F;
	line-height: 1.5em;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #E4AF37;
	line-height: 1.5em;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #E4AF37;
	line-height: 1.5em;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #E4AF37;
	line-height: 1.5em;
	font-weight: bold;
}
	
td{font-size: 12px;}
th{font-size: 12px;}

a {
	color: #2A568F;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #CB9400;
	text-decoration: underline;
}

a:visited {
	color: #2A568F;
}

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

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

.clr{clear: both;}
