

/*************************************************
 		    	Veridiam Style Sheet 
 ************************************************/
/***** Font Definations *****/
.body {margin: 0;padding: 0;background-color: #536f7d;
}

.HR {height: 1px;width: 100%;background: #d1d3cb;
}

.pagetextgray{
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none
}
.pagetextblue{
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #003366;
	text-decoration: none
}
.subheadtextgray{
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none; 
}
.subheadtextblue{
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #003366;
	text-decoration: none;  
}
.smallpagetextgray{
	font-family: verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.smallpagetextblue{
	font-family: verdana;
	font-size: 7pt;
	font-weight: normal;	
	color: #003366;
	text-decoration: none;
}
.smallpagetextblack{
	font-family: verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
} 

/***** Color Definations *******/

/*common background fill color*/
.bgdarkviolet{
	background-color: #303057;
}
/* logo color */
.bglogoblue{
	background-color: #3366CC;
}
/* table bkg tint */
.bgtintgray{
	background-color: #D1D3CB;
}
/* table bkg tint */
.bgtintblue{
	background-color: #99CCFF;
}
/* White */
.bgwhite{
	background-color: White;
}
/*--------------- ------------------------*/
li{
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none 
	list-style-type: square;
}
/***** Links Behaviors *****/
/*----Default (gray)---------*/
a:link {
	color: #003366; 
	text-decoration: none;
}

a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;	
	font-weight: bold
}

/*----Gray---------------*/
a.gray:link {
	color: #666666; 
	text-decoration: none;
}

a.gray:visited {
	color: #666666;
	text-decoration: none;
}
a.gray:hover {
	color: #009999;
	text-decoration: underline;	
} 
.menuTable {
	font-family: verdana; 
	font-size: 10pt;
}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
    line-height: 10pt; 
    font-size: 9pt; 
    font-family: verdana;}

#sddm li a:hover
{	background: #003366}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #d1d3cb;
	border: 1px solid #dddddd;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #d1d3cb;
		color: #003366;
		font: 11px verdana;}

	#sddm div a:hover
	{	background: #2c4f66;
		color: #FFF;}

#wrap     { 
	width:766px; margin:0 auto; } /* "auto" makes the left and right margins center the wrapper */

