BODY {
	text-align:center;
	line-height: 1.3em;
	margin-top: 0px;
	PADDING-RIGHT: 20px;
	PADDING-LEFT: 20px;
	PADDING-BOTTOM: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5B5B;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: center;
	background-color: #FFFFFF;
}

 hr {
  border: 0px dashed;
  border-style:dashed;
  width: 100%;
  color:#CCCCCC;
  background-color: #CCCCCC;
}


/* Headers */
.header {
	MARGIN: 3px 0px;
	padding-bottom: 4px;
	COLOR: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.headerGrey {
	font-size: 14px;
	font-weight: bold;
	color: #5B5B5B;
}
.headerViolet {
	MARGIN: 3px 0px;
	padding-bottom: 4px;
	COLOR: #66009A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.headerMidblue {
	MARGIN: 3px 0px;
	padding-bottom: 4px;
	COLOR: #0176D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.headerGreen {
	MARGIN: 3px 0px;
	padding-bottom: 4px;
	COLOR: #007F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold
}

.headerWhite {
	MARGIN: 3px 0px;
	padding-bottom: 4px;
	COLOR: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal
}

.violetbold {
	color: #66009A;
	font-weight: bold;
	font-size: 12px
}
.violetnorm {
	color: #D81F85
}
.indent {
	color: #999999
}

.yellowtbold {
	color: #FFA500;
	font-weight: bold;
	font-size: 12px
}


.blacktbold {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
	color: black;
	font-weight: bold
}

/* Link styles */
a:link 
{
	font-weight: bold;
	color:#005B96;;
	text-decoration:none    
}
a:visited 
{
    font-weight: bold;
	color:#005B96;;
	text-decoration:none     
}
a:hover 
{
	font-weight: bold;
	color:black;
	text-decoration:underline  	    
}
a:active 
{
	font-weight: bold;
	color:#005B96;; 
	text-decoration:none
} 

/* Logo styles */
#logos {
	width: 730px;
	height: 60px;
	padding-bottom: 10px;
	MARGIN: 0px auto
}
#redcare {
	margin-left: 4px;
	width: 179px;
	float: left
}
#bt {
	width: 200px;
	position: relative;
	float: right;
	text-align: right
}

/* Table styles */

#table {
	width: 700px;
	background-color: #D8D8D8
}
#table2 {
	width: 700px;
	background-color: white;
	border-color: #D8D8D8;
	border-style: solid;
	border-width: 1px;
}

#table td.hl{
	background-color: white;
	background-image: url(../images/table_fade_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #5B5B5B;
	font-weight: normal;
	font-size: 12px
}

.Button{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background-color: #FFA500; 
	color: White;
	font-weight: normal
}