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

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

body {
	font: 100%/140% Arial, Geneva, Trebuchet MS, Lucida, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #93B08B;
}

h1 {font-size:16px;line-height: 1em;font-weight: 900;}

h2 {
	color: #466A02;
	font-size: 14px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
	font-weight: normal;
}

h3 {
    color: #918E69;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
	margin: 0 0 -8px 0;
	padding: 0 0 0 2px;
}

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: #466a02;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

img {
    border: 0;
}

.clr{clear: both;}