

/*************************************************
 		    	Veridiam Style Sheet 
 ************************************************/
/***** Font Definations *****/
.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: #666666;
	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: #333333;
	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;	
}

/*----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
}
.menuLink {
	font-size: 8pt; 
	font-family: verdana;
	color: #003366; text-decoration: none
}
.menuLink:hover {
	text-decoration: underline
}
.menuInsert {
	z-index: 200; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
    line-height: 10pt; 
    font-size: 9pt; 
    font-family: verdana; 
    width: 800px; 
    color: #888888; 
    height: 80px; 
    background-color: #D1D3CB; 
    border: 1px solid #dddddd; 
    margin: 0px; 
    padding-left: 10px; 
    padding-right: 10px; 
    padding-top: 10px; 
    padding-bottom: 15px
}
.menuContainer {
	z-index: 1000
}

