.BodyText
{
	color: #000000;
	font-size : 14px;
	font-family : "Arial", "Helvetica", Serif; 
}

A.BodyText:visited {color : #000000; font-size : 14px; text-decoration: none;}
A.BodyText:link {color : #000000; font-size : 14px; text-decoration: none;}
A.BodyText:active {color : #000000; font-size : 14px; text-decoration: none;}
A.BodyText:hover {color : #000000; font-size : 14px; text-decoration: none;}

.BodyLink
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 14px;
	color: #CC0000;
}

A.BodyLink:visited {color : #CC0000; font-size : 14px; text-decoration: underline;}
A.BodyLink:link {color : #CC0000; font-size : 14px; text-decoration: underline;}
A.BodyLink:active {color : #CC0000; font-size : 14px; text-decoration: underline;}
A.BodyLink:hover {color : #FF0033; font-size : 14px; text-decoration: underline;}

.TitleBlueLarge
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 18px;
	font-weight: bold;
padding-top: 3px;
	color: #000D5D;}

A.TitleBlueLarge:visited {color : #000D5D; font-size : 18px; text-decoration: none;}
A.TitleBlueLarge:link {color : #000D5D; font-size : 18px; text-decoration: none;}
A.TitleBlueLarge:active {color : #000D5D; font-size : 18px; text-decoration: none;}
A.TitleBlueLarge:hover {color : #0048AB; font-size : 18px; text-decoration: none;}

.TitleRedLarge
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 18px;
	font-weight: bold;
padding-top: 3px;
	color: #CC0000;
}

A.TitleRedLarge:visited {color : #CC0000; font-size : 18px; text-decoration: none;}
A.TitleRedLarge:link {color : #CC0000; font-size : 18px; text-decoration: none;}
A.TitleRedLarge:active {color : #CC0000; font-size : 18px; text-decoration: none;}
A.TitleRedLarge:hover {color : #FF0033; font-size : 18px; text-decoration: none;}

.TitleBlueSmall
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 14px;
	font-weight: bold;
	color: #000D5D;
}
A.TitleBlueSmall:visited {color : #000D5D; font-size : 14px; text-decoration: none;}
A.TitleBlueSmall:link {color : #000D5D; font-size : 14px; text-decoration: none;}
A.TitleBlueSmall:active {color : #000D5D; font-size : 14px; text-decoration: none;}
A.TitleBlueSmall:hover {color : #0048AB; font-size : 14px; text-decoration: none;}

.TitleRedSmall
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

A.TitleRedSmall:visited {color : #CC0000; font-size : 14px; text-decoration: none;}
A.TitleRedSmall:link {color : #CC0000; font-size : 14px; text-decoration: none;}
A.TitleRedSmall:active {color : #CC0000; font-size : 14px; text-decoration: none;}
A.TitleRedSmall:hover {color : #FF0033; font-size : 14px; text-decoration: none;}

.ColumnTitle
{
display: block;
padding-top: 3px;
padding-bottom: 3px;
border-top: 1px solid #000D5D;
border-bottom: 1px solid #000D5D;
font-family: "Arial", "Helvetica", "Serif";
	font-size: 14px;
	font-weight: bold;
	color: #000D5D;
}
