a:link {
	color: #66B5FF;
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
}
a:visited {
	text-decoration: none;
	color: #F2984C;
	font-size:12px;	
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-size:12px;		
}
a:active {
	text-decoration: none;
	color: #FF9900;
	font-size:12px;		
}

.white_text {
    color: #FFFFFF;
    font-size:12px;
}

.red_text {
	color: #FF0000;
	font-size: 12px;	
}

.stealth_text {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.small_text {
	font-size: 9px;
	color: #FFFFFF;
}

.blue_heading {
	color: #99CCCC;
	font-weight: bold;
	font-size: 16px;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #262626;
}

.table_border {
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: solid;
	border-left-style: solid;
}
