body
{
	font-family: Arial;
	color: black;
}
.list
{
	font-size: 9pt;
	color: #cc0000;
}
.content
{
	font-family: Arial;
	color: black;
	font-size: 13px;
}

p
{
	font-size: 13px;
}
.profile
{
	font-family: Arial;
	color: Black;
	font-size: 12px;
}
.Input
{
	font-family: Arial;
	color: Black;
	font-size: 13px;
	font-weight: bold;
}
.SuccessMessage {
	font-family: Arial;
	font-size: 14px;
	color: green;
}
.ErrorMessage {
	font-family: Arial;
	font-size: 13px;
	color: #91000F;
}
.Button
{
	font-size: x-small; 
	color: black; 
	font-style: normal; 
	font-family: Arial;	 
	height: 22px;
	width: 60px;
}

.text
{
	font-family: Arial;
	color: black;
	font-size: 14px;
}


.MainTable
{
	background-color: White;
}

.MainContent
{
	text-decoration: none;
}

.MainColumn
{
	width: 580px;
	padding-right: 15px; 
	padding-left: 15px; 
	padding-bottom: 15px; 
	padding-top: 15px; 		
}

.Menu
{
	text-decoration: none;
	font-weight: bold;	
	color: #cc0000;
}

.Menu:hover
{
	color: Black;	
}

.Header
{
	font-size: 14px;
	color: black;
	font-weight: bold;
}

.Highlight
{
	color: #cc0000;
}

.ParagraphImage
{
	float: right; 
	text-align: right
}
.ParagraphImage2
{
	float: left; 
	text-align: left
}
.RowTop
{
	vertical-align: top;	
}

.new
{
	text-decoration: none;
	color: #cc0000;
	font-size: 14px;
}
.new:hover
{
	text-decoration: underline;	
}
.newlink
{
	text-decoration: none;
	color: #cc0000;
	font-size: small;
}

.newlink:hover
{
	text-decoration: underline;	
}
/*
a.image:
{
	text-decoration: none;
	border: 0;
	padding:0;
}*/
.EdgeTop
{
	vertical-align: top;	
}
.EdgeBottom
{
	vertical-align: bottom;	
}
.Title
{
	font-style: italic;
	color: #cc0000;
	font-size: small;
	font-size: 14px;	
}
.Name
{
	font-style: italic;
	color: #cc0000;
	font-size: medium;
	font-size: 15px;
}