/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }

TABLE.generic
{
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
}

.page_title
{
    font-weight:bold; 
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size: medium;
	margin-top: 30;
	color: #6B7EBF;
	margin-bottom: -15;
}

p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
    font-size: large;
    font-weight: bold;
    color: #333333;
 }

hr {
	border: 0;
	border-top: 2px solid #333333;
	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: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
}

.menutextindent
{
    font-size: x-small;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#EFF0E8;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
{
	text-align: center;
	font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	color: #333333;
}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#333333;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
	font-size:xx-small;
	font-weight: normal;
	color: #333333;
}

td.label
{
	margin-left: 30;
	font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
	font-size:x-small;
    font-weight: normal;
	color: #333333;
	text-align: right;
	white-space:nowrap;
}


td.odd_row
{
        
}

td.even_row
{
    background-color: #F3F3F6;
    
}

.bg_light
{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	background-color: #E7E7E7;
}

.field_label
{
	font-family: Arial, Helvetica;
	font-size: 8pt; 
	font-weight: bold; 
	text-align:right;
	white-space:nowrap;
}

.instruction
{
	font-family: Arial, Helvetica;
	font-size: 8pt; 
	color: #41519A;
}

.alert1
{
	font-family: Arial, Helvetica;
	font-size: 8pt; 
	color: blue;
}

.alert2
{
	font-family: Arial, Helvetica;
	font-size: 8pt; 
	color: red;
}

.h2 {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
	height:30;
}

.h3 {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	height:30;
}

.content_title {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#BAE723;
	height:30;
}