/* CSS Document */


.AlertText {	font-weight: bold;
	color: #FF0000;
}
.SectionHeader {	font-weight: bold;
	color: #000000;
	font-size: 10pt;
}
.style1 {font-weight: bold}
.StandardText {	font-size: 10pt;
	color: #333333;
}
#AcctNavTable{
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
}
#AcctNavTable a:link, #AcctNavTable a:active, #AcctNavTable a:visited {
	text-decoration: none;
	color: #666666;
}
#AcctNavTable a:hover{
	text-decoration: underline;
}

#MailsTable a:link, #MailsTable a:active, #MailsTable a:visited {
	text-decoration: none;
	color: #666666;
}

#MailsTable{
	font-size: 10pt;
	color: #333333;
	
}
#MailsTable th{
	font-size: 10pt;
	color: #1C0C81;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#MailsTable a:hover{
	text-decoration: underline;
}
.BoldText {
	font-weight: bold;
}

.ForumCategory {
	color: #990000;
}
.ForumsTable {
	font-size: 8pt;
	color: #000000;
}
.ForumName {
	font-weight: bold;
	color: #0000FF;
}

.ForumName a:active, .ForumName a:link, .ForumName a:visited{
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

.ForumName a:hover{
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

#ForumCategoryContainer {
	width: 550px;
}

.TopicTable {
	color: #333333;
	font-size: 8pt;
}
.TopicTable th {
	color: #333333;
	font-size: 8pt;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.TopicTable a:active, .TopicTable a:link, .TopicTable a:visited{
	
	color: #0000FF;
	text-decoration: none;
}

.TopicTable a:hover{
	
	color: #0000FF;
	text-decoration: underline;
}
.TopicName {
	font-weight: bold;
	color: #0000FF;
}

.BreadCrum a:active, .BreadCrum a:link, .BreadCrum a:visited{
	
	color: #333333;
	text-decoration: none;
}

.BreadCrum a:hover{
	
	color: #333333;
	text-decoration: underline;
}
