/*############### GLOBAL STYLES###################*/
BODY 	{	
	padding: 0;
	margin: 10px 0 0 10px;	/* t r b l */
	border: 0;
	width: 100%;	
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	}
TD	{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	}
HTML {
	background: #ffffff;	
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	}

IMG {
	display: block;
	}

UL {
	list-style: square;
	margin-left: 10px;
	padding: 0;
	}

UL.no-dots {
	margin-left: 10px;
	list-style: none;
	}

LI {
	margin-left: 10px;
	margin-top: 10px;
	padding: 0;
	}
	
H1 {
	font-size: 20px;
	font-weight: normal;
	}

H2 {
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	}

H3 {
	font-size: 12px;
 	color: #293c64; 
/*	color: #333333;*/
	}
	
a {
	color: #440000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12pt;
	}

a:link {
	color: #440000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12pt;
	}

a:visited {
	color: #440000;
	}

a:hover{
	color: #0000ff;
	}

TD a {
	color: #440000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12pt;
	}

TD a:link {
	color: #440000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12pt;
	}

TD a:visited {
	color: #440000;
	}

TD a:hover{
	color: #0000ff;
	}

a.standard, a.standard:link {
	color: #0066ff;
	text-decoration: none;
	font-weight: normal;
	font-size: 12pt;
	}

a.standard:visited {
	  color: #0066ff;
	}

a.standard:hover{
	color: #ff9944;
	}
 

/*############### BORDER STYLES###################*/
.thinborder {
	position:relative;
	margin:0 0 10px 0; 
	padding:4px; 
	border:1px solid #cccccc;
	}

.thickborder {
	position:relative;
	margin:0;
	padding:2px 6px; 
	border:4px solid #cccccc;}

.areafill { 
	position:relative; 
	margin:0; 
	padding:2px 6px; 
	background-color:#dddddd; 
	border:none 
	}

.areaindent { 
	position:relative; 
	margin:0; 
	padding:0px 12px; 
	border:none 
	}
	
A.topmenu, A.topmenu:link {
	color: #005555;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	font-size: 11px;
	}

A.topmenu:visited {
	color: #005555;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	font-size: 11px;
	}

A.topmenu:hover {
	color: #0055ff;
	border: 1px solid #ddddff;
	margin: 4px 3px 4px 3px; /* t r b l */
	font-weight: bold;
	font-size: 11px;
	}

A.botmenu, A.botmenu:link {
	color: #005555;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	font-size: 12px;
	}

A.botmenu:visited {
	color: #005555;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	font-size: 12px;
	}

A.botmenu:hover {
	color: #0055ff;
	border: 1px solid #ddddff;
	margin: 4px 3px 4px 3px; /* t r b l */
	font-weight: bold;
	font-size: 12px;
	}

A.lmmenu, A.lmmenu:link {
	margin: 0 0 0 0;
	color: #005555;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	}

A.lmmenu:visited {
	color: #005555;
	}

A.lmmenu:hover {
	color: #0055ff;
	text-decoration: underline;
	}

P.lmmenu {
	margin: 5px 0 5px 10px;
	}


/* 
Using the below method, one simply wraps the code in a 
<div class="id"></div>
And, you don't need to put class statements on all of the elements.
*/
div.lmdiv A {
	margin: 0 0 0 0;
	color: #005555;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	}
div.lmdiv A:link {
	margin: 0 0 0 0;
	color: #005555;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	}

div.lmdiv A:visited {
	color: #005555;
	}

div.lmdiv A:hover {
	color: #0055ff;
/*	text-decoration: underline; */
	}

div.lmdiv UL {
	margin: 0 0 0 0;
	list-style: none;
	padding: 0;
	}

div.lmdiv LI {
	margin: 3px 8px 5px 8px;
	padding: 0;
	border-bottom-style: solid;
	border-bottom-width: thin;
	}

form.lowpad {
        margin: 0 6px 4px 0;
        }
input.small {
        font-size: 9pt;
        margin: 0;
        }

.fltleft { /* Apply to images you want floated left */
        float: left;
        margin: 0 1.2em 1em 0; /* t r b l */
        padding: 0 0 0 0;
}

.fltright { /* Apply to images you want floated right */
        float: right;
        margin: 0 0 1em 1.2em;  /* t r b l */
        padding: 0 0 0 0;
}

