@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial;
	background-color: #7DC7E5;
	font-size: 11px;
	line-height: 125%;
}

td {
	font-family: Arial;
	font-size: 11px;
	line-height: 125%;
}

a:link {
	text-decoration: none;
	color: #13598C;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #13598C;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #13598C;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

img {
	border: 0px;
}

.leftShade {
	background-image: url('images/left.gif');
	background-repeat: repeat-y;
}

.rightShade {
	background-image: url('images/right.gif');
	background-repeat: repeat-y;
}

.menuBG {
	background-image: url('images/menuBG.gif');
	background-repeat: repeat-x;
}

.menu a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.menu a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.menu a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.menu a:hover {
	color: #7DC7E5;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.menuOver a:link {
	color: #7DC7E5;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.menuOver a:active {
	color: #7DC7E5;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.menuOver a:visited {
	color: #7DC7E5;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.menuOver a:hover {
	color: #7DC7E5;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.header {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	background-color: #7DC7E5;
}

.footer {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	background-color: #13598C;
	padding: 4px;
}

.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
}

.footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
}

.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
}

.footer a:hover {
	color: #7DC7E5;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
}

.borderLeft {
	border-left: 1px solid #13598C;
}

.borderTop {
	border-top: 1px solid #13598C;
}

.borderBottom {
	border-bottom: 1px solid #13598C;
}

.borderRight {
	border-right: 1px solid #13598C;
}
.padding {
	padding: 4px;
}

.txtbox {
	border: 1px solid #13598C;
	background-color: #FFFFFF;
	width: 200px;
	font-family: Arial;
	font-size: 11px;
}.dropdown1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
