body
{
	font-family: Arial;
	font-size: 12px;
}

.headerBlack
{
	color: Black;
	font-size: 18px;
	font-weight: bold;
}

.headerBlue
{
	color: Blue;
	font-size: 28px;
	font-weight: bold;
}

.headerPink
{
	color: #ff0099;
	font-size: 16px;
	font-weight: bold;
}

.textBlue
{
	color: #003399;
}

.textPink
{
	color: #ff0099;
}

.errortext
{
	color: Red;
}


table
{
		font-size: 12px;
}

td
{
	padding-right: 5px;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 1px;
}

td.thinGreyBorder
{
	border-right: Silver 1px solid;
	border-top: Silver 1px solid;
	border-left: Silver 1px solid;
	border-bottom: Silver 1px solid;
}

td.thinBlackBorder
{
	border-right: Black 1px solid;
	border-top: Black 1px solid;
	border-left: Black 1px solid;
	border-bottom: Black 1px solid;
}

td.thickPinkBorder
{
	border-right: #ff0099 5px solid;
	border-top: #ff0099 5px solid;
	border-left: #ff0099 5px solid;
	border-bottom: #ff0099 5px solid;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

A:link
{	
	text-decoration: underline;
	color:	#ff0099;
}	
A.large:link
{	
	font-size:	22px;
	font-weight: bold;
}		
		
A:visited	
{	
	text-decoration: underline;
	color:	#ff0099;
}	
A.large:visited
{	
	font-size:	22px;
	font-weight: bold;
}		
		
A:active	
{	
	text-decoration: underline;
	color:	#ff0099;
}	
A.large:active
{	
	font-size:	22px;
	font-weight: bold;
}		
		
A:hover	
{	
	text-decoration: underline;
	color:	#ff0099;
}
A.large:hover
{	
	font-size:	22px;
	font-weight: bold;
}		
