body {
	margin: 0px;
	padding: 0px;
	height:100%;
	min-height:90%;
	position:relative;
	overflow:hidden;
	background-color: #000000;
}
.nav_bg {
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 343px;
	width: 194px;
	position:absolute;
	z-index: 100;
	top: 0px;
}
.nav_txt {
	font-family: Calibri;
	font-size: 15px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.nav_txt:hover {
	font-family: Calibri;
	font-size: 15px;
	text-transform: uppercase;
	color: #ee0000;
	text-decoration: none;
	font-weight: normal;
}
.login_bg {
	background-image: url(../images/login_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 6px;
	width: 100%;
	position: absolute;
	z-index: 100;
	top: 0px;
}

.login_bg1 {
	background-image: url(../images/login_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 6px;
	width: 100%;
	position: absolute;
	z-index: 100;
	top: 0px;
}

#page {
	background-image: url(../images/page_bg.png);
	background-repeat: repeat;
	background-position: center bottom;
	height: 435px;
	width: 587px;
}
.title_txt {
	font-family: Calibri;
	font-size: 27px;
	color: #eeeeee;
	font-weight: normal;
	font-style: normal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.white_txt {
	font-family: Calibri;
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.white_txt a:hover{
	font-family: Calibri;
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.mail_txt {
	font-family: Calibri;
	font-size: 15px;
	color: #FFFFFF;
}
.mail_txt a:hover{
	font-family: Calibri;
	font-size: 15px;
	color: #FFFFFF;
}
.footer_bg {
	background-image: url(../images/page_bg.png);
	background-repeat: repeat;
	background-position: left bottom;
	height: 40px;
	width: 100%;
	position: fixed;
	z-index: 100;
	bottom: 0px;
}
.pdf_txt {
	font-family: Calibri;
	font-size: 15px;
	color: #eeeeee;
	font-weight: normal;
	font-style: normal;
	text-decoration:underline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pdf_txt a:hover {
	font-family: Calibri;
	font-size: 15px;
	color: #ee0000;
	font-weight: normal;
	font-style: normal;
	text-decoration:underline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
