.title{	
	font-family:georgia;
	font-size:10pt;
	font-weight:bold;
	font-variant:normal;
	color:white;
}

.mainText{
	font-family:georgia;
	font-size:10pt;
	font-weight:normal;
	font-variant:normal;
	color:black;
	
	text-align:left;
	vertical-align:top;
}

.subMainText{
	font-family:georgia;
	font-size:8pt;
	font-weight:normal;
	font-variant:normal;
	color:white;
	
	text-align:left;
	vertical-align:top;
}

.helpTag{
	font-family:arial;
	font-size:9pt;
	font-weight:normal;
	font-variant:normal;
	color:white;	
}


hr{
	height:0;
	border-bottom: black dotted 1px;
}

.aVerder{
	font-family: arial;
	font-size:8pt;
	font-weight:bold;
	font-style:normal;
	color:white;

	text-decoration:none;
}

.linkBottom{
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	font-variant:caps;
	font-style:normal; 
	color:gray;
	
	border-right: gray dotted 1px;

	padding-right:10px;
	margin-right:10px;

	text-decoration:none;
}

.linkBottom:hover{
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	font-variant:caps;
	font-style:normal; 
	color:white;

	border-right: gray dotted 1px;

	padding-right:10px;
	margin-right:10px;

	text-decoration:none;
}



.catTitle{
	font-family: georgia; 
	font-size: 14pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000;
	
	height:18px;
	margin-bottom:8px;
}

.catText{
	font-family:georgia;
	font-size:11pt;
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color:black;
}

.catTextSmall{
	font-family:georgia;
	font-size:8pt;
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color:black;
}

.link{
	font-family:georgia;
	font-size:8pt;
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color:black;

	text-decoration: none;
}

.link:hover{
	font-family:georgia;
	font-size:8pt;
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color:red;

	text-decoration: none;
}

