/* This style sheet for EVCI site provides standard formatting for
    body, heading levels 1 and 2, a logo name class, standard paragraph
    and for the cells of a table
    Milestone 6.  This CSS was updated to include a class "item" and "highlight"
    that is used to change the colors of links.
    The comment to include MS 6 was updated on 8/20/06
*/


body
{	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color : #FFFFFF;
	color : #000000;
	font-size: 100%; 
	font-weight : normal;
}
.hrule  
{ 	color : #CCCCCC;
	height: 10px;
	margin-top: -4px;
	border-bottom-width: thick;
	margin-bottom: -5px;
}  
h1  
{ 	font-family: Arial;
	font-size: 130%;
	font-weight:bolder; 
	font-style:normal; 
	margin-top: .2em;
	margin-bottom: .2em;
}  
h2
{ 	font-size: 95%; 
	font-weight: normal; 
}
UL
{
    list-style:url(collapsd.gif) disc
}
.logoName 
{   position:absolute; top: 28px; left: 110px;
    font-size: 20pt;
    font-weight:bold
}
/* Added as part of MS6 */
.item {
    color:#0000cd;
    font-size:11pt;
    font-family:Verdana, Arial;
    text-decoration:none;
    border:border-color red;
    font-weight:bold
}
/* Added as part of MS6 */
.highlight {
    color:red;
    font-size:11pt;
    font-family:Verdana,Arial;
}

P { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; font-weight: normal; color: black; text-decoration: none;}
TD  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #333333; text-decoration: none;}

