/*-- Center for Improvement in Healthcare Quality CSS File 2.0 | All Rights Reserved  --*/
html {
	overflow-y:scroll;
}
/*Avoids outline on any image html links. */
a, div, span {
	outline:none;
}
body {
	background-image: url(images/default/bg.jpg);
	background-repeat:repeat;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
/*Top Navigation*/
.header a {
    text-decoration:none;
    color:#ffffff;
}
.header a:hover {
	text-decoration: none;
    color:#fff000;
}
.cell_content {
	font-size: 14x;
	line-height:19px;
}
.cell_content a {
	color: #FFFFFF;
	text-decoration: none;
}
.cell_content a:hover {
	color: #FFFF00;
}
.reverse {
	color:#FFF;
}
.reverse a {
	color:#2fe6ff;
	text-decoration:none;
}
.reverse a:hover {
	color:#2fe6ff;
	text-decoration:underline;
}

