BODY
{
	font-family: tahoma;
	font-size: 14;
	overflow-x: visible;
}

.backgroundIMG
{
background-image:url("images/grey_squares.jpg");
	/* Defines the location of the background image (relative or absolute location) */
	background-attachment:fixed;
	/* Sets the image to be fixed in place and will not scroll with page content*/
	background-repeat:no-repeat;
	/* The background image is to display one time only */
	background-position:bottom center; 
	/* The background image will always be in the top left of the browser*/
}

.newstext
{
	font-family: tahoma;
	font-size: 8pt;
	color: #003366;
}

.sitetext
{
	font-family: tahoma;
	font-size: 9pt;
	color: #003366;
/*
	font-weight:bolder;
*/
}
TEXTAREA.sitetext
{
	font-family: tahoma;
	font-size: 8pt;
	color: #003366;
	font-weight:bolder;
}

.lighttext
{
	font-family: tahoma;
	font-size: 11;
	color:#75A8DB;
	font-weight:bolder;
}

.footer
{
	font-family: tahoma;
	font-size: 11;
	color:Black;
	font-weight:bolder;
}

.copyright
{
	font-family: tahoma;
	font-size: 11pt;
	color: gray;
}

.keywords
{
	font-family: tahoma;
	font-size: 10pt;
	color: gray;
}

.Grey_Outline 
{ 
	BORDER-RIGHT: #708090 0.5pt solid; 
	BORDER-TOP: #708090 0.5pt solid; 
	BORDER-LEFT: #708090 0.5pt solid; 
	BORDER-BOTTOM: #708090 0.5pt solid 
}

.Blue_Outline
{
    BORDER-RIGHT: #7F99B5 0.5pt solid;
    BORDER-TOP: #7F99B5 0.5pt solid;
    BORDER-LEFT: #7F99B5 0.5pt solid;
    BORDER-BOTTOM: #7F99B5 0.5pt solid
}

.darkborder
{ 
	border: 1px solid #5985B3; 
	background-color: #fff; 
	/*vertical-align: top*/
}
.darkborder2
{ 
	border: 1px solid #FFFF00; 
	background-color: #fff; 
	/*vertical-align: top*/
}
.header
{ 
	border-style: solid;
	background-color: #8FADCC; 
	border-color: #A1C2E6 #7F99B5 #7F99B5 #A1C2E6;
	border-width: 1px 1px 1px 1px;
	height: 17px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: bottom
}
a.menulink
{
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	color: black;
}
a.menulink:hover
{
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	color: white;
}

a.menulink2
{
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	color: black;
}
a.menulink2:hover
{
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	color: blue;
}

.darkborder_green
{ 
	border: 1px solid #96B359; 
	background-color: #fff;
	vertical-align: top
}
.header_green
{ 
	background-color: #B8CC8F; 
	border-color: #D0E6A1 #A4B57F #A4B57F #D0E6A1;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font: 10px Tahoma, Verdana, Arial, sans-serif;
	height: 17px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: bottom
}
.biglink
{
	color:#75A8DB;
	font:Tahoma;
	font-weight: bolder;
	font-size: 10pt;
}
h4
{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #69c;
	font-weight: 700;
	font-size:medium;
	border-bottom: 1px dotted #a1c2e1;
}

.hr
{
	line-height: 1px; /*needed for IE/win*/
	font-size: 1px; /*needed for IE/win*/
	height: 1px;
	background: #708090;
	margin: 4px 0;
}

.blacktext
{
	font-family: arial;
	font-size: 8pt;
	color: black;
	font-weight: bolder;
}
.blacktext:hover
{
	font-family: arial;
	font-size: 8pt;
	color: blue;
	font-weight: bolder;
}

.link
{
	font-family: tahoma;
	font-size: 9pt;
	color: #003366;
	font-weight:bolder;
	text-decoration: underline;
}
.link:hover
{
	font-family: tahoma;
	font-size: 9pt;
	color: blue;
	font-weight:bolder;
	text-decoration: underline;
}
.linkline
{
	font-family: tahoma;
	font-size: 9pt;
	color: #003366;
	font-weight:bolder;
	text-decoration: underline;
}
.linkline:hover
{
	font-family: tahoma;
	font-size: 9pt;
	color: blue;
	font-weight:bolder;
	text-decoration: underline;
}

.click
{
	cursor:hand;
	border:0;
}
.error
{
	FONT-WEIGHT: bolder;
	FONT-SIZE: 10pt;
    COLOR: RED;
    FONT-FAMILY: Arial;
}
a.searchlink
{
	font-family: tahoma;
	font-size: 12;
	color: blue;
	text-decoration: underline;
}
a.searchlink:visited
{
	color: blue;
	text-decoration: underline;
}
.genmed
{
	color: blue;
}

.whitetext
{
	font-family: verdana;
	font-size:10pt;
	font-weight:bolder;
	color:white;
}

.menu
{
	font-family: verdana;
	font-size:8pt;
	font-weight:bolder;
	color:black;
	text-decoration:none;
}

.menu:hover
{
	font-family: verdana;
	font-size:8pt;
	font-weight:bolder;
	color:black;
	text-decoration:underline;
}

.grey_outline_no_top
{ 
	BORDER-RIGHT: #708090 0.5pt solid; 
	BORDER-LEFT: #708090 0.5pt solid; 
	BORDER-BOTTOM: #708090 0.5pt solid 
}