font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5F5F5F;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5F5F5F;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	color: #5F5F5F;
	background-image: url(/images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	}
#page {
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 161px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

	
p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5F5F5F;
	}
	
div	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5F5F5F;
	}
	
a { color: #AD1111; text-decoration:none; }
a:hover { color: #000000; text-decoration: underline; }

.page_title {
	color: #AD1111;
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	}
	
.title {
	color: #5F5F5F;
	font-weight: bold;
	font-size: 16px;
	}
	
.cell_menu {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/td_bg.gif);
	background-repeat: no-repeat;
	padding-left: 2px;
	}
	
.menu_item {
	padding-left: 5px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.menu_item ul    {
	text-align:left;
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 5px;
}
.menu_item  li {
	list-style-type:none;
	display: inline;
}
.menu_item  li  a {
	color: #AD1111;
	text-decoration: none;
	color: #5F5F5F;
	text-decoration:none;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}
* html .menu_item li a {  /* make hover effect work in IE */
	width: 100%;
}
.menu_item  li  a:hover {
	background-color: #E4E4E4;
	display: block;
	text-decoration: none;
	color: #AD1111;
}
	
.warning {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	}
	
.astrisk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	}

.button {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-color: #CCCCCC #000000 #000000 #CCCCCC;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	padding: 2px;
	background-image: url(/images/buttons/button_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	}
	
.button:hover {
	color: #AD1111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-color: #CCCCCC #000000 #000000 #CCCCCC;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	padding: 2px;
	background-image: url(/images/buttons/button_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	cursor:pointer;
	}

.guide a { color: #5F5F5F; text-decoration:none; }
.guide a:hover { color: #FF0000; text-decoration: underline; }

.faq a { color: #AD1111; text-decoration:none; }
.faq a:hover { color: #FF0000; text-decoration: underline; }

.footer { color: #585858; font-size: 11px; text-align: center; } 
.footer a { color: #585858; text-decoration: none; } 
.footer a:hover { color: #585858; text-decoration: underline; }

#patient { padding: 5px; }
#patient p { margin:5px 0; padding:0 }
#patient label { vertical-align:middle; }
#patient input, #contact textarea, #contact select {
	border: 1px solid #999999; 
	color: #5F5F5F; 
	margin-bottom:10px; 
	padding:3px;
	font-weight:bold;
}
#patient .red {	border: 1px solid red; }
#patient label.red { border: none; color: red; }
#patient .customRed {	border: none;	color: red; }
#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}
#patient .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}
#contact { padding: 5px; }
#contact label {float: left; width: 80px; vertical-align:top; }
#contact input, #contact textarea, #contact select { border: 1px solid #999999; color: #5F5F5F; margin-bottom:10px; }
#contact .red {	border: 1px solid red; }
#contact label.red { border: none; color: red; }
#contact .customRed {	border: none;	color: red; }
#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}
#contact .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}

