/* Text formatting rules */
P, TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
}
B{
	font-weight : bold;
}
I{
	font-style : italic;
}
U{
	text-decoration : underline;
}
h1{
	margin : 0;
	padding : 0;
}
h2{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #ADAD5C;
	font-weight : bold;
	margin : 0;
	padding : 0;
}
.h1{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #990000;
	font-weight : bold;
}
h3{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #990000;
}
h2.news{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #990000;
}
.clinicheading{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #990000;
}
.error_red{
	color : #ff0000;
}

.under_header{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #ADAD5C;
	font-weight : bold;
}
UL {
	font-weight : normal;
}
th.admin {
	font-weight : normal;
	background  : #FFEBAE;
}

.adminside {
	font-weight : bold;
}
/* Link formatting rules */
A, A:LINK, A:HOVER, A:VISITED {
	color : #990000;
	text-decoration : underline;
	font-weight : bold;
}

a.warn, a.warn:link, a.warn:hover, a.warn:visited {
	color : #FF0000;
	text-decoration : underline;
	font-weight : normal;
}

/* 'Breadcrumb' rules */

.breadcrumb {
	color : #990000;
	text-decoration : none;
	font-size : 7px;
}
.breadcrumbstatic {
	color : #990000;
	text-decoration : none;
	font-size : 10px;
}
a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited {
	color : #990000;
	text-decoration : none;
	font-size : 10px;
}

/* News link */
a.newslink:link, a.newslink:hover, a.newslink:visited {
	font-size : 12px;
	font-weight : normal;
}
/* Custom classes */
.footer {
	font-size : 9.5px;
	text-align : center;
	color : #FFFFFF;

}
a.footernav, a.footernav:hover, a.footernav:visited {
	text-decoration : underline;
	color : #FFFFFF;
}
.printfooter {
	font-size : 9.5px;
	text-align : center;
}

.center {
	text-align : center;
}
/* HTML form styles */
form  {
	padding : 0;
	border : 0;
	margin : 0;
}
.text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 10px;
	width : 100px;
	height : 12px;
}
.textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 8px;
	width : 125px;
	height : 60px;
}
.select {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 8px;
	width : 155px;
	height : 20px;
}

