﻿.printIcon
{
	display: none;
	visibility: hidden;
}
#forPatient
{
	display: none;
	visibility: hidden;
}
*
{
	margin: 0;
	padding: 0;
}
body
{
	line-height: 18px;
	text-align: center;
	color: #303030;
	background: #fff;
	font-size: 11px;
	font-family: Arial, Sans-Serif;
}

/********************************/
h1
{
	font-size: 16px;
	margin: 5px 0 15px 0;
}
h2
{
	font-size: 15px;
	margin: 5px 0 5px 0;
}
h3
{
	font-size: 14px;
	margin: 5px 0 5px 0;
}
h4
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
h5
{
	font-size: 12px;
	font-style: italic;
}

#container
{
    width:650px;
	background-color: White;
	margin: auto;
}

/********** Header******/
#header
{
	display: none;
	visibility: hidden;
}

/************ Navigation*******/
#navigation li
{
	display: none;
	visibility: hidden;
}
/**********  Welcome***********/
#welcome
{
	float: left;
	padding: 20px 10px 0 10px;
	text-align: left;
	font-size: 12px;
}
#welcome a:hover, #field4 a:hover
{
	text-decoration: underline;
}
#welcome ul, #welcome ol
{
	margin: 0 5px 16px 35px;
}
#welcome td
{
	vertical-align: top;
	font-size: 12px;
}
#welcome img
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-style: none;
}
#welcome td img
{
	margin: 0 0 0 0;
}
#welcome select, #welcome option
{
	font-size: 12px;
}
.red
{
	color: red;
}
/***************address******************/
#addressBox
{
	display: none;
	visibility: hidden;
}
/************* Footer *********************/
#footer
{
	display: none;
	visibility: hidden;
}
textarea
{
	overflow:visible;
}

