/* CSS Document */
body {
	font-family: tahoma;
	font-size: 12px;
	color: #363636;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #0221aa;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.main {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #363636;
	text-decoration: none;
}
.main a:link {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
}
.main a:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
}
.main a:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}

.headingTitle {}

.menuBar {
	font-family: "arial narrow";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 5px;
}

.menuBar a:link {
font-family: "arial narrow";
	font-size: 14px;
	font-weight: bold;
	color: #FFCCCC;
	text-decoration: none;
	}

.menuBar a:visited {
font-family: "arial narrow";
	font-size: 14px;
	font-weight: bold;
	color: #FFCCCC;
	text-decoration: none;

}

.menuBar a:hover {
	font-family: "arial narrow";
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;

}
.button {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
}

h1 {
	font-family: "arial narrow";
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}


.formText {
	font-weight: bold;
	color: #363636;
	text-decoration: none;
}

.textBox {
	font-family: tahoma;
	font-size: 12px;
}

.footer {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #C6C6FF;
	text-decoration: none;
}

.footer a:link {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #C6C6FF;
	text-decoration: none;
}

.footer a:visited {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #C6C6FF;
	text-decoration: none;
}

.footer a:hover {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
