/******************/
/* Base Styles */
/******************/

div,body,td,th,p,font,li,ul,dt,dd,dl,form,blockquote,a,tr,td,table,i,h1,h2,h3,h4,h5,b,i
   {
   font-family: Tahoma,Arial,Helvetica;
   font-size: 10pt;
   }

BODY { 
	background-color: #FFFFFF; 
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left : 0px;	
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.space
{
	font-size:1pt;
}


A, A:link, A:visited { color: #121212; }
A:hover { color: #995577; }
H1 { font-size: 14pt; }
H2 { font-size: 13pt; }
H3 { font-size: 12pt; }
H4, H5, H6 { font-size: 10pt; }

/******************/
/* Menu Styles */
/******************/

/* Main Menu */
A.menu:LINK, A.menu:VISITED {
	font-size : 8pt;
	letter-spacing : 1px;
	color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A.menu:HOVER {
        font-size : 8pt;
        letter-spacing : 1px;
        color : #FFFFFF;
        text-decoration: underline;
        font-weight: bold;
}
.menu {
	font-size : 8pt;
	letter-spacing : 1px;
	color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* Module Menu */
.menuLabel { background-color: #344058; }
A.menuItem:link, A.menuItem:visited { color: #202020; text-decoration: none }
A.menuItem:hover { color: #000000; text-decoration: underline }
.menuItemBG { border:1 solid darked; color: #000000; background-color: #F1EfEE }

/******************/
/* Page Layout Styles */
/******************/
.header { background-color: #344058; color: #B0B0B0 }
.footer { background-color: #344058; color: #B0B0B0; }
.box { background-color: #000000; } 
.boxbg { background-color: #FFFFFF; }

/******************/
/* List Styles */
/******************/
.listlabels { background-color: #AAAAAA; }
.evenrow { background-color: #D9DEE4; }
.oddrow { background-color: #E6EFEA; }

/******************/
/* Form Styles */
/******************/
.formlabel { background-color: #999999; }


/******************/
/* Message Styles */
/******************/
.error { color: #800000; }
.warning { color: #800000; }
.message { color: #008000; }

/******************/
/* PeterTom       */
/******************/

button, input, label, ogtgroup, option, select, textarea{
   border:1 groove darked; /*solid black;*/
   color: #000000;	
   background-color :#f2f2f2;	
   font-size: 8pt;	
   font-family: Arial, Helvetica, Verdana, sans-serif;
}

fieldset {	
	background-color: #FAFCFC;
	border-color: #eeeeee;
}

legend {
	color : #000000;
	font-family: Helvetica,Arial,sans-serif;
	font-size:9pt;
	font-weight: bold;
	margin-bottom=5;
}

.leftBarColors {
        background-color: #DDDDDD;
}




