/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    background-color: #BE5057;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }

A.shadedLink:link, A.shadedLink:visited{ color: #BE5057;}		
A.shadedLink:hover {color:#9E3037;}

A:link      { color: #BE5057; }
A:visited 	{ color: #BE5057; }
A:active 	{ color: #BE5057;  cursor:hand;  }
A:hover 	{ color: #9E3037;  cursor:hand;  }
		
A.bodyLink:link     { color: #BE5057; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #BE5057; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #BE5057;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #9E3037;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #BE5057;
 }

hr {
	border: 0;
	border-top: 2px solid #BE5057;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings*/
h1
{
	color: #DD9096
}

h2, .SectionHead
{
	color: #DD9096;
}

h3
{
	color: #DD9096;
}

h1, h2, h3, h4
{
	margin: 0;
}

.Heading1, td.Heading1 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-weight: bold;
    color: #ffffff; 
    background-color: #BE5057;
    text-decoration: none; 
}

.FormLabel2R, td.FormLabel2R {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: xx-small; 
    font-weight: normal;
    color: #9E3037; 
    background-color:#DD9096;
    text-align: right;
}

.FormLabel2, td.FormLabel2, tr.FormLabel2 {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: xx-small; 
    font-weight: normal;
    color: #9E3037; 
    background-color: #DD9096;
}

/* Tables                      */
.TableStyle1 {
    background-color: #cccccc;	
    border-width: 1px 1px 1px 1px; 
    border-color: #000000;
    border-style: solid;
}

.TableStyleGrid {
    background-color: #e3e3e3;	
    border-width: 0px;
    border-style: none;
}

table.header, .header
{
	  background-color:#EFF0E8;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-size: x-large;
		font-weight: bolder;
		color: #BE5057;
	}

td.headerbar, .buttonsmall, .buttonsmall-ovr   
{
	background-image: url(Images/bar.jpg);
	text-align: center;
	height: 24px;
    font-weight:bold;
    font-size:x-small;
    border:none;
    color:#00732E;	
}

td.menu 
{
	background-color:#BE5057;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #BE5057;
	text-align: center;
}

div.shadedPanel
{
    background-color:#ffff99;    
}


/* Nav Bars */
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #BE5057;
    margin-right: 15px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #BE5057;
    text-decoration: none;
}

#navtop a:hover, #navbottom a:hover
{
    color:#9E3037;
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #9E3037;
    text-decoration: none;
}