@import url("styles-import.css");

/*
General - Structural
*/

html, body
{
	background: #fff;
	color: #000;
	font-size: small;
}

html, body, h1, h2, h3, h4, h5, h6, div, p, th, td, li, dt, dd
{
	font-family: Arial, Helvetica, Sans-Serif;
}

/* Headings */
h1 { font-size: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; }

a:link { color: rgb(27, 61, 121); }
a:visited, a:active { color: rgb(184, 158, 87); }

#divWelcome
{
	text-align: center;
}

/*
Generic Classes
*/

.clsSiteColor
{
	background: rgb(27, 61, 121);
}

.clsNoWrap { white-space: nowrap; }
