body {
	background-color: #323a52;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Titles */

.smallTitleBlue {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #336799;
	text-decoration: none;	
}

.smallTitleBlue:link {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #336799;
	text-decoration: none;	
}

.smallTitleBlue:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #295681;
	text-decoration: none;	
}

.smallTitleBlue:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #336799;
	text-decoration: none;	
}

.smallTitleBlue:active {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #336799;
	text-decoration: none;	
}

/* Text */ 

.generalGreyText {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #7A7A7A;
	text-decoration: none;	
}

.generalBlackText {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;	
}

.generalWhiteText {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;	
}

.redText {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;	
}

.redText:link {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;	
}

.redText:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FF6868;
	text-decoration: none;	
}

.redText:active {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;	
}

.redText:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;	
}

.blueText {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #336799;
	text-decoration: none;	
}

.blueText:link {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #336799;
	text-decoration: none;	
}

.blueText:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #295681;
	text-decoration: none;	
}

.blueText:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #336799;
	text-decoration: none;	
}

.underlineBlueText {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #336799;
	text-decoration: underline;	
}

.underlineBlueText:link {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #336799;
	text-decoration: underline;	
}

.underlineBlueText:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #295681;
	text-decoration: underline;	
}

.underlineBlueText:active {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #336799;
	text-decoration: underline;	
}

.underlineBlueText:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #336799;
	text-decoration: underline;	
}

.underlineRedText {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ff0000;
	text-decoration: underline;	
}

/* Form elements */

.FormField { 
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #336799;
	border: solid 1 #323a52; 
	height: 19; 
}

/* Date */ 

.date {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #596893;
	text-decoration: none;	
}