/*Basic styles*/
html {
	margin: 0;
	padding: 0;
	}

body {	
	background-color: #edfebe;
	margin: 10px;
	padding: 0;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

div, p, th, td, li, dd, dl, dt, input {
	/* redundant selectors to help NS4 not forget */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000;
	}

p {
	line-height: 17px;
	}	
	
h1	{ 
	font-size: 22px;
	}
	
h2	{
	font-size: 18px;
	}
	
h3	{
	font-size: 15px;
	}
	
h4	{
	font-size: 13px;
	}

			
h1, h2, h3, h4, legend {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #244b23;
	}	
	
fieldset {
	margin-bottom: 20px; 
	border: 1px solid #b5db4c;
	}
	
legend {
	font-weight: bold;
	}	
	
.requiredflag {color: #f00;}	

a:link	{text-decoration: underline; color: #234cd4;}
a:visited {text-decoration: underline; color: #6494fc; }
a:hover  {text-decoration: none; color: #234cd4;}
/*End basic styles*/

/* added for updating comntent in old site design SD'A 7/9/2009 */
div.image-links  {
	width:100%;
	text-align:center;
}

.image-links img  {
	border:#0d2975 1px solid;
}


