
/* begin body type */

body	{
	font-size: 8pt;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #363636;
	margin: 0px;

}	

.body {
	background-image: url(../images/body_bg.gif);
	background-repeat:repeat-x;
	background-color: #838282;
}
		
p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	/* inherit from body */	
	margin-top:0px;
	}
	
b {
	font-weight:	bold;
}		

small	{
	font-size: 8pt;
}	
		
big	{	
	font-size:	12pt;
	}	
		
pre	{	
	font-family:	Courier New, monospace;
	}	
		
ol li	{	
	list-style-type:	decimal;
	
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	
		
table, tbody, tr, td	{
	font-size: 8pt;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	

h1	{
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	color: #CC0000;

}	
		
h2	{	
	font-size:	10pt;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #CC0000;
	padding-top: 2px;
	padding-bottom: 2px;
	}	
		
h3	{	
	font-size:	8pt;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #CC0000;
	padding-top: 1px;
	padding-bottom: 1px;
	}	
h4 	{	
	font-size:	9pt;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #CC0000;
	}	

hr {
	border-width: 1px 0 0 0; 
	border-style: solid;
	border-color: #CC0000; 
    margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	height: 1px;
}

hr.dash {
	border-top: 1px dashed #666666;
	height: 1px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}
		
A#MenuLink {
	color: white;
	text-decoration: none;
	
}

A:VISITED#MenuLink {
	color: white;
}

A:HOVER#MenuLink {
	color: white;
	text-decoration: underline;
}



.heading {
	FONT-WEIGHT: normal; FONT-SIZE: 24px; COLOR: #666633; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.subHeading {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #003366; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

/*  end */

.redcomment {
	color: Red;
}

.adminoptions {
	font: 8pt;
}

.footer {
	font: 7pt;
}

		
/* end body type */	

A:Hover, A:Hover:Visited 
{
color: #787878;
background-color: transparent;
font-size:11px;
}

.leftmenu
{
	font: normal 8pt verdana,arial;
	color:#003300;
	text-decoration: none;
	line-height:20px;
	
}

A.leftmenu, A.leftmenu:visited
{
	color:#CC0000;
	text-decoration: none;
}
A.leftmenu:hover,A.leftmenu:visited:hover {
	color:#666666;
	text-decoration: none;
}
.footer, a.footer, a.footer:visited {
	color:#ffffff;
	font: 8pt;
	padding-bottom: 5px;
}
a.footer:hover, a.footer:visited:hover {
	color:#979797;
	font: 8pt;
	padding-bottom: 5px;
}

/* table styles */

.tableborder {
	border: 1px solid #000000;
	background-repeat: no-repeat;
	background-position: top right;
}	
	
.tableborderleft {
	border-left: 1px solid #737373;
}	
	
.tableborderright {
	border-right: 1px solid #737373;
}	

.tablebordertop {
	border-top: 1px solid #737373;
}	

.tablebordertopbottom {
	border-top: 1px solid #737373;
	border-bottom: 1px solid #737373;
}	

.tablebordertopright {
	border-top: 1px solid #737373;
	border-right: 1px solid #737373;
}	

.tableborderbottom {
	border-bottom: 1px solid #737373;
}		

.tableborderleftbottom {
	border-left: 1px solid #737373;
	border-bottom: 1px solid #737373;
}	

.tableborderrightbottom {
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;
}	



.TextAreaNoWidth
	{
		font-size : 11px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : normal;
		background-color: white;
		color: black;
		border : solid;
		border-color : #CCCCCC;
		border-width : 1px 1px 1px 1px;
		padding : 1px 1px 1px 3px;
}

.TextAreaWidth
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: white;
	color: black;
	border: solid;
	border-color: #CCCCCC;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
	width: 100px;
}

.Button
	{
		font-size : 11px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight : bold;
		background-color: white;
		color: black;
		border-color : #CCCCCC;
		border-width : 1px 3px 3px 1px;
}


