/**BODY  {
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	MARGIN-TOP: 0px;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
	background-color:#FFFFFF;
}
**/

/**
 * This controls the links 'href'
 *
 **/
 
BODY {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

	
A {
	text-decoration: none;
	color: #006300;
}

A:active {
	text-decoration: none;
	color: #006300;
	/*background : #DCEFCA;*/
}

A:hover {
	text-decoration: none;
	color: #006300;
	/*background : #DCEFCA;*/
}


.type {
	background-color : #FFCE63;
	font-size : 16px;
	font-weight : bold;
}

.theme {
	background-color : #FFCE63;
	font-size : 14px;
	font-weight : bold;
}

.subtheme {
	background-color : #FFCE9C;
	font-size : 12px;
	font-weight : bold;

}

.section {
	font-size : 11px;
	background-color : #FFFFCE;
	font-weight : bold;
	font-style : italic;
}

.title {
	font-size : 11px;
	font-weight : bold;
}

.author {
	font-size : 10px;
	font-style : italic;
   MARGIN-LEFT: 6px;
}

.search {
	BORDER-RIGHT: #CCCCCC 1px solid;
	BORDER-TOP: #CCCCCC 1px solid;
	FONT-SIZE: 10px;
	BORDER-LEFT: #CCCCCC 1px solid;
	BORDER-BOTTOM: #CCCCCC 1px solid;
	BACKGROUND-COLOR: #CCCCCC;
}

H1 {
	COLOR: #003300; 
	FONT-SIZE: 13pt;
	text-align: left;
	margin-left: 6pt;	
}

H2 {
	COLOR: #003300; 
	FONT-SIZE: 11pt;
	text-align: left;
	margin-left: 6pt;	
}

H3 {
	FONT-SIZE: 11pt;
	text-align: left;
	margin-left: 6pt;	
}
P, td {
	FONT-SIZE: 10pt;
	margin-left: 6pt;
}

.local_msg {
	FONT-SIZE: 11px;
	margin-left: 2px;
}

LI {
	FONT-SIZE: 10pt;
	text-align: left;	
}
.menu {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.menu:active {
	font-size: 11px;
	color: #cc3300;
	font-weight: bold;
	text-decoration: none;
}
.menu:hover {
	font-size: 11px;
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}
.crumb {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background : transparent;
}
.crumb:active {
	font-size: 12px;
	color: #003300;
	text-decoration: none;
	background : transparent;
}
.crumb:hover {
	font-size: 12px;
	color: #cc3300;
	text-decoration: none;
}

/**
 * This is the admin nav bar.
 *
 **/
.menu_admin {
	font-family : 		Tahoma;
	font-size : 		11px;
	font-weight : 		bold;
	COLOR: 				#333300;
	TEXT-DECORATION: 	none;
}

.menu_admin:active {
	font-family : 		Tahoma;
	font-size : 		11px;
	font-weight : 		bold;
	COLOR: 				#333300;
	TEXT-DECORATION: 	none;
}

.menu_admin:hover {
	font-family : 		Tahoma;
	font-size : 		11px;
	font-weight : 		bold;
	COLOR: 				#333300;
	TEXT-DECORATION: 	none;
}

.admin_style {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
