
body {
	background-image:url(../images/common/bgblend.jpg);
	background-color: #999D89;
	background-repeat:repeat-x;
	align: center;
	font-family:  Verdana, Helvetica;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

a:link, a:visited, a:active {color: #666666;}
a:hover {color: #E4A800;}

td {
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;}
	
.home {
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	text-decoration: none;
	color: #000000;}


.copy {
	font-family: Verdana;
	font-size: 11px;
	color: 000000;	
}

.hdr {
	font-family: Verdana;
	font-size: 11px;
	color: 1F646B;
	font-weight: bold;
	text-decoration: none;	
}

.hdr2 {
	font-family: Verdana;
	font-size: 14px;
	color: 1F646B;
	font-weight: bold;
	text-decoration: none;	
}

.link {
	font-family: Verdana;
	font-size: 11px;
	color: 666666;	
}

.blink {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: 666666;	
}

.footer {
	font-family: Verdana;
	font-size: 10px;
	color: CC9999;
	text-decoration: none;	
}

.footerlink {
	font-family: Verdana;
	font-size: 10px;
	color: CC9999;
	text-decoration: none;	
}

a:link.bright, a:visited.bright, a:active.bright {
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #0d8080;}
	
a:hover.bright {
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: red;}
	
	

.copyright {
	font-family: Verdana;
	font-size: 9px;
	color: 000000;	
}

.copysm {
	font-family: Verdana;
	font-size: 8px;
	color: 000000;	
}

.quotes {
	font-family: Verdana;
	font-size: 10px;
	color: 000000;	
}

.what {
	font-family: Verdana;
	font-size: 9px;
	color: 000000;	
}

.whatb {
	font-family: Verdana;
	font-size: 9px;
	color: 1F646B;
	font-weight: bold;
	text-decoration: none;	
}


.red {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: red;	
}

.teal {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: 00DFCA;	
}

.teal2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: 1F646B;	
}

.green {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: 037C03;	
}



a:hover {
	color: FF0000;
}


table.blankheader 
	{
		width: 96%;
	}
	
	td.headerbar 
	{  
		font-family: Verdana; 
		font-size: 9px; 
		font-weight: bold; 
		color: #FFFFFF; 
		background-color: #007681; 
		text-align: left; 
		vertical-align: middle; 
		height: 16px; 
		width: auto; 
		padding: 2px; 
		border: #333333; 
		border-style: solid; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px
	}
	
	td.tableheader 
		{  
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 9px; 
			font-weight: bold; 
			color: #FFFFFF; 
			background-color: #007681; 
			text-align: left; 
			vertical-align: middle; 
			height: 16px; 
			width: auto;
			padding-top: 2px; 
			padding-right: 2px; 
			padding-bottom: 2px; 
			padding-left: 2px; 
			border: 1px #666666 solid
		}
		
		td.stagetables 
			{  
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 9px;
				color: #000000; 
				background-color: #FFFFFF; 
				text-align: left; 
				vertical-align: middle; 
				height: 16px; 
				width: auto; 
				padding-top: 1px; 
				padding-right: 2px; 
				padding-bottom: 1px; 
				padding-left: 2px; 
				border: 1px #CCCCCC solid; 
				line-height: normal
			}
			
input.textRequired  {
    font-family : Verdana, Geneva, Arial, sans-serif;
    font-size : 9px;
    font-weight : normal;
    background-color : fff;
	background-image: url("../images/required.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	border-color : red;
    border-style : solid;
    border-width : 1px;
    color : 000;
	}
	
	input.delete {
	font-family : Verdana, Geneva, Arial, sans-serif;
    font-size : 9px;
    font-weight : normal;
    background-color : cccccc;
    border-color : 999999;
    border-style : solid;
    border-width : 1px;
    color : 000000;
	} 