/*
Nick Hartman
CECS 470 - Lab2
StyleSheet.css
9/18/06
*/
@media screen 
{
	
body { 
background: #E0DDCF; 
font: 8pt/16pt georgia, Arial; 
color: #555753; 
margin-bottom: 10px;
margin-top: 0px;
} 

h2 { 
font-size: 13px; 
padding-bottom: 0px; 
color: #2E648E; 
font-family: 'Trebuchet MS',tahoma,verdana, arial, helvetica; 

} 

h1 { 
font-size: 13px; 
padding-bottom: 0px; 
color: #434343; 
font-family: 'Trebuchet MS',tahoma,verdana, arial, helvetica; 
text-transform: uppercase;
} 

.descriptor
{
	font-family : 'Trebuchet MS', Verdana, sans-serif, Arial;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	font-size: 11px;
}


.maintext { 
font-family:'Trebuchet MS',tahoma,verdana, arial, helvetica; 
font-size:11px; 
color:#434343; 
font-weight:normal
}

.tabletext { 
font-family:'Trebuchet MS',tahoma,verdana, arial, helvetica; 
font-size:10px; 
color:#434343; 
font-weight:normal
}

.footer { 
font-family:'Trebuchet MS',tahoma,verdana, arial, helvetica; 
font-size:10px; 
color:#434343; 
font-weight:normal
}

.mns3 { 
font-family:'Trebuchet MS',tahoma,verdana, arial, helvetica; 
font-size:11px; 
color:#262626; 
font-weight:bold
}

.mns4 { 
font-family:'Trebuchet MS',tahoma,verdana, arial, helvetica; 
font-size:11px; 
color:#262626; 
font-weight:normal
}


a:link {
font-family:'Trebuchet MS',tahoma,verdana, arial, helvetica;
font-weight: bold;
text-decoration: none;
color: #909090;
}
a:visited {
font-family:'Trebuchet MS',tahoma,verdana, arial, helvetica;
font-weight: bold;
text-decoration: none;
color: #909090;
}
a:hover, a:active {
font-family:'Trebuchet MS',tahoma,verdana, arial, helvetica;
text-decoration: none;
color: #434343;
}


.tableheader { font-family:'Trebuchet MS',tahoma,verdana, arial, helvetica; font-size:11px; color:#434343; font-weight:bold; }

.tableheaderbl { font-family:'Trebuchet MS',tahoma,verdana, arial, helvetica; font-size:11px; color:#FFFFFF; font-weight:bold; }


}