﻿body, table, td
{
	/* set the default font family */
	font-family:Arial;
}

body 
{
	
}

.Content
{
	margin:7px;
	vertical-align:top;
	color:White;
	font-size:12px;
}

.Content a:link, .Content a:visited
{
	color:White;
}
.Content H1
{
	color:White;
	display:inline-block;
	font-size:14pt;

	/*
	for image based headers
	text-indent:-500px;
	*/
}
h1
{
	color:White;
	display:inline-block;
	font-size:12pt;
}

.Content H2
{
	color:White;
	font-size:10pt;
	margin-bottom:5px;
}

.Main /*currently on the same tag with layout_main*/
{

 border-left:solid 2px gray;
 border-right:solid 2px gray;
 border-left-style:solid;
 
}

.Content B
{
    font-weight:500;
}

.Content EM
{
	color:Yellow;	
}

.SiteMapPath, .SiteMapPath a:link, .SiteMapPath a:visited
{
	color:White;
	font-size:8pt;
	
}

.AWE, .AWE a:link, .AWE a:visited
{
	font-size:12px;
	color:White;
	font-weight:bold;
	text-decoration:none;
}


#Layout_LeftNav a:link, #Layout_LeftNav a:visited
{
	color:White;
	font-size:9pt;
	
}

.ImageLink
{
	cursor:pointer;
}

.form { padding:0; }
.form li {  list-style-type:none; padding:0 0 5px 0 }
.form li span { margin-right:10px; width:120px; display:block; float:left; }
