@import url(dnn.css);
@import url(layout.css);
@import url(menu.css);
@import url(flyout.css);
@import url(utils.css);
@import url(tables.css);
@import url(lists.css);

body
{
	background: url(images/bodyBackground.png) repeat-x;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 5px;
}

input, textarea
{
	background: #FFFFFF url(images/inputBackground.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal;
	color: #6E6E6E;
}

input
{
	border-bottom: 1px solid #E5E5E5;
}

textarea
{
	background-image: none;
	background: #FFFFFF;
}

h1, h2, h3
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a
{
	text-decoration: none;
	color: #A10000;
}

h1 a:hover, h2 a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 38px;
}

h2
{
	font-size: 20px;
	font-weight: normal;
}

h3
{
	font-size: 16px;
	color: #939292;
}

p, ul, ol
{
	/*margin-top: 1.5em; 	line-height: 190%;*/
}

ul, ol
{
	margin-left: 3em;
}

blockquote
{
	margin-left: 3em;
	margin-right: 3em;
}

a
{
	color: #A10000;
	text-decoration: underline;
}

a:link
{
	color: #A10000;
	text-decoration: underline;
}

a:visited
{
	text-decoration: underline;
	color: #A10000;
}

a:hover
{
	text-decoration: none;
	color: #A10000;
}

a img
{
	border: none;
}

img.left
{
	float: left;
	margin-right: 20px;
}

img.right
{
	float: right;
	margin-right: 20px;
}
