BODY, TD, input, select, textarea	{font-family:verdana, tahoma, arial; FONT-SIZE:9pt; color:#444444}

A:link 		{ color: #829f2a; }
A:visited	{ color: #829f2a; }
A:hover 	{ color: #a4c53c; } 

A.plain:link 		{ color: #a40000; text-decoration:none;}
A.plain:visited	{ color: #a40000; text-decoration:none;}
A.plain:hover 	{ color: #dc6200; text-decoration:none;} 

A.footer:link 		{ color: #FFFFFF; text-decoration:none;}
A.footer:visited	{ color: #FFFFFF; text-decoration:none;}
A.footer:hover 	{ color: #F4F4F4; text-decoration:none;} 

A.invisible{visibility:hidden}
IMG.hyperlink{border-width:0; margin-right:3px; vertical-align:middle}

BODY{
	background-color:#cfe5a5;
	margin:0px;
  padding:0px;
}

BODY.normal{
	background-color:#FFFFFF;
	background-image:none;
  margin:10px;
  padding:10px;
}

b{color:#8299be}

hr{
	height: 1px;
	color:silver
}

#divList ul, ol{margin-bottom:8px; margin-top:8px;}
#divList li{margin-bottom:8px; margin-top:8px;}

DIV.alignTop td{vertical-align:top}
DIV.small td{FONT-SIZE: 11px}

dt{
	font-weight:bold;
	margin-top:12px;
	margin-bottom:3px
}

dd{margin:0px 0px 3px 15px}

.paddedBorder{	
	padding:3px;
	border:1px solid gray;
	background-color:#FFFFFF
}

.header{
	FONT-SIZE: 16px; 
	font-weight:bold;
	color:#8299be
}

.subHeader{
	FONT-SIZE: 13px; 
	font-weight:bold;
	color:#8299be
}

.subHeader2{
	FONT-SIZE: 11px; 
	font-weight:bold;
	color:#888
}

.tinyText{
	 FONT-SIZE: 9px; 
}

.smallerText{
	 FONT-SIZE: 10px; 
}

.smallText{
	 FONT-SIZE: 11px; 
}

.bigText{
	 FONT-SIZE: 14px; 
}

.biggerText{
	 FONT-SIZE: 16px; 
}

.subtle{
	 color:#999;
}

.normalText{
	 FONT-SIZE: 9pt; 
	 font-weight:normal;
	 color:#444444;
}

.blackBorder{
  border:solid black;
  border-width:1px;
}

.floatLeft{
 float:left;
 margin-right:10px;
 margin-bottom:5px	
}

.floatRight{
 float:right;
 margin-left:10px;
 margin-bottom:5px	
}

INPUT.btn,
BUTTON.btn{
    color: #6086B4;
    FONT-WEIGHT: bold;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10px;
    cursor: pointer;
    TEXT-ALIGN: center;
}

TD.top			{border: solid black; border-width: 1px 0px 0px 0px;}
TD.right		{border: solid black; border-width: 0px 1px 0px 0px;}
TD.bottom		{border: solid black; border-width: 0px 0px 1px 0px;}
TD.left			{border: solid black; border-width: 0px 0px 0px 1px;}
TD.leftTop	{border: solid black; border-width: 1px 0px 0px 1px;}
TD.rightTop	{border: solid black; border-width: 1px 0px 0px 1px;}
TD.N				{border: solid black; border-width: 1px 1px 0px 1px;}
TD.U				{border: solid black; border-width: 0px 1px 1px 1px;}
TD.C				{border: solid black; border-width: 1px 0px 1px 1px;}
TD.inC			{border: solid black; border-width: 1px 1px 1px 0px;}
TD.topBot		{border: solid black; border-width: 1px 0px 1px 0px;}
TD.full			{border: solid black; border-width: 1px 1px 1px 1px;}

/* slideshow image css-------*/
#slideshow {
	position:relative;
}

#slideshow img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
}
/* end fade image css-------*/

/*DROP SHADOW*/
.dropShadow_outer{
	float:left;
	clear:left;	
	background: url(Images/AlphaShadow.png) no-repeat bottom right !important; /* nice browsers (e.g. Firefox/Opera/Safari) ONLY notice this line*/
	background: none no-repeat top left; /* we need to clear the background graphic for the alphaloader to work in IE5.5 and 6 */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='Images/AlphaShadow.png'); 
	margin: 6px 6px 6px 6px;
}				
.dropShadow_inner{
	position:relative;
	bottom:5px;
	right: 5px;
	margin: 0px
}

/* TRANSPARENT DIV */			
div.transbox_contents {
	background-color:Aqua;
	position: relative;
	z-index: 501;
	text-align:center
}
div.transbox_background {
	background-color: #E8E8E8;
	height: 100%;
	filter:alpha(opacity=80); /* IE opacity */
	left: 0px;
	opacity: 0.80;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 499
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7
}
			
@media print{
	.hideOnPrint{
		display:none
	}		
}	