.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.normalwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.button a:hover {
	color: #99ccFF;
	text-decoration: none;
}

.button a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.button a:active {
	color: #FFFFFF;
}

.button a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.tableborder {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.leftborder {	

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 0px;
}

.bottomborder {
	border-bottom-color: #99ccFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.bottomborder a:link {
	text-decoration: none;
	color: #000000;
}

.bottomborder a:hover {
	font-weight: bold;
	color: #000000;
}

.bottomborder a:active {
	text-decoration: none;
	color: #000000;
}

.bottomborder a:visited {
	text-decoration: none;
	color: #000000;
}


a:link {
	color: #000099;
}
	
a:visited {
	color: #000099;
}
	
a:hover {
	color: #99ccFF;
}
	
a:active {
	color: #000099;
}
