/* CSS Document */

body 		{font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			background-color: #666666;
			background-image: url(images/bg.gif);
			margin: 0px;}

#tborder 	{border: 1px solid #4d4d4d;}

#cp {color: #ffffff;}

h1 			{font-size: 16px;
			color: #FFFFFF;
			font-weight: bold; 
			margin: 0px;
			margin-left: 15px;}

h2			{font-size: 14px;
			color: #4d4d4d;
			font-weight: normal;} 

#menu2 		{border: 1px solid #cccccc;
			border-bottom: 0px solid #cccccc;
			border-left: 0px solid #cccccc;
			font-size: 12px;
			background-color: #eeeeee;
			font-weight: bold;
			color: #4d4d4d;	
			text-align: left;
			height: 20px;
			padding: 3px;}

#menu2b 	{border: 1px solid #cccccc;
			font-size: 12px;
			background-color: #eeeeee;
			font-weight: bold;
			color: #4d4d4d;	
			text-align: left;
			height: 20px;
			padding: 3px;}


#mainContent {background-color: #FFFFFF;
			font-family: Arial, Helvetica, sans-serif;
			text-align: left;		
			font-size: 11px;
			color: #4d4d4d;
			padding: 20px;
			padding-top: 0px;
			width: 35em;}

#image 		{background-color: #eeeeee;
			width: 200px;
			border-left: 1px solid #cccccc;
			padding: 20px;
			text-align: left;
			padding-top: 0px;}
			
			#line
			{border-left: 1px solid #cccccc;}
			

.style1 {	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	color: #4d4d4d;
	text-decoration: none;
	font-weight: bold;
}


a:visited {
	text-decoration: none;
	color: #4d4d4d;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #4d4d4d;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #4d4d4d;
	font-weight: normal;
}



#mainContent a:link {
	color:#4d4d4d;
	text-decoration: none;
	font-weight: normal;
}


#mainContent a:visited {
	text-decoration: none;
	color:#4d4d4d;
	font-weight: normal;
}
#mainContent a:hover {
	text-decoration: none;
	color:  #91BA5C;
	font-weight: normal;
}
#mainContent a:active {
	text-decoration: none;
	color:  #91BA5C;
	font-weight: normal;
}


#cp a:link {
	color:#ffffff;
	text-decoration: none;
	font-weight: normal;
}

#cp a:visited {
	text-decoration: none;
	color:#ffffff;
	font-weight: normal;
}
#cp a:hover {
	text-decoration: none;
	color:  #91BA5C;
	font-weight: normal;
}
#cp a:active {
	text-decoration: none;
	color:  #91BA5C;
	font-weight: normal;
}

#tableText {font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;}