body {
 margin: 0;
	font-size:1em; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

td.formLabel {
	font-size: 0.6em; 
	font-weight: normal;
	color: #666666;
}

.formLabel {
	font-size: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

.formLabelBold{
	font-size: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

.formElement {
	font-size: 0.6em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}


label { 
 cursor: pointer; 
 cursor: hand; 
} 


input { 
 border: 2px solid #ccc; 
} 
input:focus { 
 border: 2px solid #000; 
} 
input.radio { 
 border: none; 
} 

.homepage_links_large {
	font-size: .8em; 
	font-weight: normal;
	margin: 0;
}

.homepage_links_small {
	font-size: .6em;
	font-weight: normal;
}

td.homepage_links_small {
	font-size: .6em;
	font-weight: normal;
}

p, li {
	font-size:.8em; 
}

h1 {
	font-size:1.1em;
	font-weight:bold;
	color: #000099;
	margin: 0;
}

h2 {
	font-size:1em;
	font-weight:bold;
}

h3 {
	font-size: .8em; 
	font-weight: normal;
	margin: 0;
}
 
h4 {
	font-size:.6em;
	font-weight: normal; 
}

/* psuedo-classes */
/* LINKS          */
a:hover .image {
	background-color: #FFFFFF;
}
a:visited:hover .image {
	background-color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #333399;
}

a:visited {
	text-decoration: none;
	color: #333399;
}

a:visited:hover {
	text-decoration: underline;
	color: #333399;
	/*color: #336699;*/
	/*background-color: #ECF0FF;*/
}

/* hiding from Mac IE 5 \*/
a:hover {
	text-decoration: underline;
	color: #333399;
	/*background-color: #ECF0FF;*/
}
/* END psuedo-classes */
