﻿/*******************************************************/
/* App_Templates/HCS0000-00/MasterPage.master CSS Tags */
/*******************************************************/

body{
  font-family: Verdana;
  font-size: 12px;
  background-image: url(images/BlueBg.gif);
  margin-top: 10px;
  margin-bottom: 10px;
}

table.maintable{ 
margin-left: auto;
margin-right: auto;
}


a{
	color: Gray;
}

a:hover{
	color: Blue;
}

img{
	border: 0;
}

#thetable{
	background-color: White;
}

#masterpage_headlines{
	background: url(images/leftnavbg.gif);
	background-repeat: repeat-y;
}

.MasterPage_copyright{
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 50px;
	padding-top: 5px;
}

.MasterPage_bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	width: 87px;
	float: left;
	text-align: center;
	background-image: url(images/bottomnavsep.jpg);
	background-color: White;
	background-repeat: no-repeat;
	background-position: right;
	height: 17px;
	padding-top: 39px;
}

.MasterPage_bottomnav a{
	color: #000000;
	text-decoration: none;
}

.MasterPage_bottomnav a:hover{
	color: #f8931f;
	text-decoration: none;
}

.masterpage_titletext
{
	font-size: 20px;
	text-indent: 15px;
}