/* stylesheet for Don Marshall Company*/
/* general definitions */
p.infolink {color:#0033FF} /* make same as link! */
a:link { color:#0033FF }
a:visited { color : #0033FF; }
a:hover { color : #ff0000 }
a:active { color : #ff0000 }

*.blue {color:#0033FF;}
*.red {color:red;}
*.center {text-align:center;}


/* using * allows the definition to apply to any item.  using classes also allows us to tweak the 
colors based on page design as needed.  */
p { color : black; }
h1,h2,h3,h4,h5,h6{color:black;}
strong {color:#0033FF} /* should be same as header color */
li {color:black;}
table {color:black;}

blockquote {font-family:inherit;font-size:smaller;}
table.infolink {margin:0;padding:0;border-collapse:collapse;}
div.infolink {margin:0 auto;padding:0; background-color:white;color:black; width:760px;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;
	text-align:center;
                margin : 0;
                padding: 0;
}

/************************ header section ************************************/

	
/**************************************** end header section ************************/
/******************************************* main section **************************/			


/********************************* table definitions ************************************/

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

table { 
	font-family: Arial, Helvetica;  
	}
/* Used On Forms -- required */
td.label_req
{
	color : #990000;
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	
}
/* Used On Forms -- optional */
td.data_req
{
	color : #990000;
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	
}
/* Used On Forms -- required */
td.label_opt
{
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	
}
/* Used On Forms -- optional */
td.data_opt
{
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	
}
/********************************* heading style**************************************/
h1,h2,h3,h4{ 
	font-family: Arial, Helvetica; 
	font-size : 26px; 
	margin:1em 1em; 
	text-align:left;
	}
h2{font-size : 22px; }
h3{font-size : 20px; }
h4{font-size : 18px; }

/******************************** basic paragraph styles **********************************/

p { 
	font-family : Arial, Helvetica; 
	font-size : 16px;
	padding : .5em 2em; 
	text-align:justify;
	}
p.infolink {
	font-family : Verdana, Arial, Helvetica; 
	font-size : 10px;
	padding : 0; 
	text-align:left;
	}
p.foot {padding:.5em 1.5em ; margin:0}	
/******************************************** list styles **********************************/
ul.none {
	font-weight:bold;
	list-style-type:none;
	}
	
ul {
	font-weight:bold;
	}
		
li { font-family: Arial, Helvetica; font-size : 12px; text-align:left; }

/* CSS Document */

