/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A505E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9FA8AD;
}
a:link {
	color: #4A505E; 
	text-decoration: none;
	font-size: 10px;
}
a:visited {
	text-decoration: none;
	color: #4A505E;
	font-size: 10px;
}
a:hover {
	text-decoration: underline;
	color:#4A505E; 
	font-size: 10px;
}
a:active {
	text-decoration: none;
	color: #4A505E; 
	font-size: 10px;

}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
h1 {
	font-size: 1.2em;
	text-align: left;
}

h2 {
	font-size: 0.75em;
}

table, td {
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
	border: none;
}

#myTable {
	width: 650px;
}

#myTableA {
	border: 0px none;
	border-collapse: collapse;
	padding: 0px;
	}

#myTableA .textRow {
	font-size: 14px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	

#myTableA .menuBar {
	height: 21px;
	background-image: url(images/btnBar_blue.jpg);
	background-repeat: repeat-x;
	}
	
#myTableA .bottomBar {
	height: 16px;
	}

#myTableA .shadowRight {
	background-image:url(images/shadow.jpg);
	background-repeat: repeat-y;
	width: 20px;
	}

#myTableB td {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	}
