/*HTML tag styles*/
body{
	font-family: Arial,sans-serif;
	font-size: 16px;
	background-color: #E2E2E2;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 font-weight: bold;
 color: #fa0001;
}

h2{
 font-size: 120%;
 font-weight: bold;
 font-style: italic;
 color: #FFFFFF;
}

h3{
 font-size: 90%;
 font-weight: bold;
 color: #000000;
}

h4{
 font-size: 85%;
 font-weight: bold;
 color: #000000;
}

h5{
 font-size: 85%;
 color: #555555;
}

h6{
 font-size: 85%;
 color: #555555;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #C0C0C0;
}

/* Non-header font styles */

.RediMedic_Red {
	color: #fa0001;
	font-weight: bold;
	font-style: italic;
}

.Red_Bold {
	color: #fa0001;
	font-weight: bold;
}

.Blue_Bold {
	color: #0033CC;
	font-weight: bold;
}

.Black_Bold {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

.Grey_Bold {
	color: #C0C0C0;
	font-size: 18px;
	font-weight: bold;
}

.DarkGrey_Bold {
	color: #444444;
	font-size: 18px;
	font-weight: bold;
}
				
/*END*/