/* main copy text style */

body, td, p, .copy  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.designnotes {
	color: #ff0000;
	font-weight : bold;
}

h1, .headings {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight : bold;
}

h2, .subheadings {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
}

emp, .highlightedtext {
	color: #666666;
	font-weight: bold;
}

 .formheadings {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.imagelabels {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0066CC;
	text-decoration: none;
}

.requiredfields {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FF0000;
}


/* links */

#main a:link, #main a:visited, #main a:active {
	color: #666666;
	font-weight: bold;
}

#main a:hover {
	color: #000000;
	font-weight: bold;
}	

/* end links */

/* Header */

 #header A:LINK, #header A:VISITED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 10px;
	font-weight: bold;
}

#header A:ACTIVE, #header A:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #99ccff;
	font-size : 10px;
	font-weight : bold;
}

/* subnav*/

 #subnav A:LINK, #subnav A:VISITED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : 10px;
	font-weight : bold;
}

#subnav A:ACTIVE, #subnav A:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : Red;
	font-size : 10px;
	font-weight : bold;
}

/* The footer is where the created by appius, and privacy statement links are situated */

#footer A:LINK, #footer A:VISITED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 10px;
	font-weight : bold;
}

#footer A:ACTIVE, #footer A:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #99ccff;
	font-size : 10px;
	font-weight : bold;
}



/* The admin area styles are stated below */

.admincopy  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.adminheaders  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}