/*
Title:      drivendesign css
Author:     Jesse Smith jesse@drivendesign.com
Updated:    May 5 2005
*/

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 75%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #444;
	background: #ffffff;
	}

/* ---[ links ]------------------------------- */

a:link {
	font-size: 100%;
	font-weight: normal;
	color: #cc3300;
	text-decoration: underline;
	} 
    
a:visited {
	font-size: 100%;
	font-weight: normal;
	color: #444;
	text-decoration: underline;
	} 

a:hover {
	font-size: 100%;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	} 

a:active {
	font-size: 100%;
	font-weight: normal;
	color: #444;
	text-decoration: underline;
	}
	
p {
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #444;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	} 
	
h1 {
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #990000;
	font-size: 24px;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	} 
	
h2 {
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #cc3300;
	font-size: 16px;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	} 
	
h3 {
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #cc3300;
	font-size: 12px;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	} 
	
h4 {
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #009900;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	} 
	
.data {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background: #fff;
	} 
	
.databold {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background: #fff;
	} 
	
.databorder{
	background: #ccc;
	} 
	
#hr {
	padding: 20px 0px 20px 0px;
	background: url(images/divbar.gif) repeat-x top left;
	}
	

.body {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: regular; color: #444444}

.pop {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9pt; font-weight: regular; color: #666666}

.footer {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 7pt; font-weight: regular; color: #666666}

.bodyred {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: regular; color: #990000}

.input {
	font-family: verdana, helvetica, arial, san-serif;
	color: #000000; 
	font-size: 10px;
	font-weight: normal;  
	border:1px solid #999999;
	height:17px;
	}
	
	.inputrows {
	font-family: verdana, helvetica, arial, san-serif;
	color: #000000; 
	font-size: 10px;
	font-weight: normal;  
	border:1px solid #999999;
	
	}
