@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;
	font-size: 12px;
	color: #1e1e1e;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}
table {
	font-family: Arial;
	font-size: 12px;
	color: #1e1e1e;
	text-align: left;
}
a.nav:link {color: #126fcc; text-decoration: none; font-family: "Segoe UI"; font-size: 14px;}
a.nav:active {color: #126fcc; text-decoration: none; font-family: "Segoe UI"; font-size: 14px;}
a.nav:visited {color: #126fcc; text-decoration: none; font-family: "Segoe UI"; font-size: 14px;}
a.nav:hover {color: #4b9836; text-decoration: none; font-family: "Segoe UI"; font-size: 14px;}

a.cat:link {color: #FFFFFF; text-decoration: none; font-family: "Segoe UI"; font-size: 13px;}
a.cat:active {color: #FFFFFF; text-decoration: none; font-family: "Segoe UI"; font-size: 13px;}
a.cat:visited {color: #FFFFFF; text-decoration: none; font-family: "Segoe UI"; font-size: 13px;}
a.cat:hover {color: #000000; text-decoration: none; font-family: "Segoe UI"; font-size: 13px;}

a.footer:link {color: #FFFFFF; text-decoration: none; font-family: "Segoe UI"; font-size: 14px;}
a.footer:active {color: #126fcc; text-decoration: none; font-family: "Segoe UI"; font-size: 14px;}
a.footer:visited {color: #126fcc; text-decoration: none; font-family: "Segoe UI"; font-size: 14px;}
a.footer:hover {color: #4b9836; text-decoration: none; font-family: "Segoe UI"; font-size: 14px;}

h1 {
	font-family: "Segoe UI";
	font-size: 16px;
	color: #1a2346;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.TextBox {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	border-width: 0px;
	color: #365f98;
	background-image: url(images/TextBox.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 179px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 8px;
	
}
.TextArea {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	border-width: 0px;
	color: #365f98;
	background-color: #dee9ef;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.Button {
	font-family: Arial;
	font-size: 10px;
	color: #333;
	background-image: url(images/Button.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 169px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 2px;
}
.Button2 {
	font-family: Arial;
	font-size: 10px;
	color: #333;
	background-image: url(images/Button2.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 169px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 2px;
}
.Footer {
	font-family: "Arial";
	font-size: 12px;
	color: white;
}
.Details {
	font-family: Arial;
	font-size: 11px;
	color: #1e1e1e;
	text-align: left;	
}
