@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{
}

body {
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 1.2em;
	color: #EDEDD7;
	margin-top: 0px;
	background-color: #000;
}

h1 {
    font-size: 18px;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	font-weight: 900;
	font-variant: small-caps;
	letter-spacing: .2em;
}

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: 16px;
}

th{font-size: 12px;}

a, a:visited {
    color: #787859;
	text-decoration: none;
}

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

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

.clr{clear: both;}
