.DropDownFormRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EAEAEA;
	background-color: #420000;
	border: 1px solid #E5E5E5;
}
HTML, BODY {
	scrollbar-3dlight-color : #818181;
	scrollbar-arrow-color : #818181;
	scrollbar-base-color : #FF3300;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #330000;
	scrollbar-highlight-color : #818181;
	scrollbar-shadow-color : #303030;
	scrollbar-track-color : #A2A2A2;

}
.newstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}
.newstext br{
	line-height: 5px;
	}

.entryTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}

/*
.newstext:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #330000;
	text-decoration: none;
}
*/
.Newsheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #330000;
}
.Newsgold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	color: #875E0B;
}
.Newsred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	color: #330000;
}
.Newsred:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
}
.FormElements {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*
	background-color: #EAEAEA;
	border: 1px solid #330000;*/
	background-color: #F6EFC5;
	border: 1px solid #B2A14F;
}
.profile_Head {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #330000;
	font-style: normal;


}

.ArchiveMonth{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	color
}

.ArchiveYear{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;

	
}
.RedButton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EAEAEA;
	background-color: #420000;
	border: 1px solid #ADA14D;
	height: 20px;
}
.Required{
	color: #CC1416;
}
TD.CommentsHeader{
	background-color: #C9B866;
	color: #3C0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	padding: 5px;
}
TD.CommentsNotes{
	color: #3C0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style : italic;
	text-align: center;
}
TD.CommentsDates{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style : italic;
	text-align: right;
}

/* 
-----------------------------------------------
  Links
----------------------------------------------- */

a:link {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #630;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #993300;
	text-decoration: underline;
	font-weight: bold;
}

