@charset "utf-8";
body {
	background-color: #5F1C0E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

/*..............Content Texts..............*/

.silver_text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	color: #999999;
	text-align: justify;
}

.black_text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}

.red_text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	color: #A60000;
}

.header1 {
	font-family: "Times New Roman";
	font-size: 21px;	
	color: #E4DEC1;
}

.textfield {
	font-family:Tahoma; font-size:11px; color: #000000;
}

/*..............Background Images..............*/

.left_bg {
	background-image: url(images/left_bg.jpg);
	background-repeat: no-repeat;
	width: 14px; height: 500px;
}

.right_bg {
	background-image: url(images/right_bg.jpg);
	background-repeat: no-repeat;
	width: 14px; height: 500px;
}


.left_bg1 {
	background-image: url(images/left_bg1.jpg);
	background-repeat: repeat-y;
	width: 14px;
}

.right_bg1 {
	background-image: url(images/right_bg1.jpg);
	background-repeat: repeat-y;
	width: 14px;
}

.header_bg {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 89px;
}

.topnav_bg {
	background-image: url(images/topnav_bg.jpg);
	background-repeat: no-repeat;
	width: 80px; height: 25px;
}

.nav_center {
	background-image: url(images/nav_center.jpg);
	background-repeat: no-repeat;
	width: 187px; height: 161px;
}

.welcome_bg {
	background-image: url(images/welcome_bg.jpg);
	background-repeat: repeat-x;
	height: 41px;
}

.footer_bg {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 52px;
}

.login_bg {
	background-image: url(images/login_bg.jpg);
	background-repeat: no-repeat;
	width: 199px; height: 180px;
}

.register_bg {
	background-image: url(images/register_bg.jpg);
	background-repeat: no-repeat;
	width: 199px; height: 132px;
}


/*..............Links..............*/

.topnav:link {
	font-family:"Times New Roman"; font-size:14px; font-weight:bold; 
	color: #000000;	text-decoration:none;
}

.topnav:visited {
	font-family:"Times New Roman"; font-size:14px; font-weight:bold;
	color: #000000;	text-decoration:none;
}

.topnav:hover {
	font-family:"Times New Roman"; font-size:14px; font-weight:bold;
	color: #ff0000;	text-decoration:none;
}

.leftnav:link {
	font-family:"Times New Roman"; font-size:16px; font-weight:bold; 
	color: #000000;	text-decoration:none;
}

.leftnav:visited {
	font-family:"Times New Roman"; font-size:16px; font-weight:bold;
	color: #000000;	text-decoration:none;
}

.leftnav:hover {
	font-family:"Times New Roman"; font-size:16px; font-weight:bold;
	color: #ff0000;	text-decoration:none;
}

.whitelink:link {
	font-family:Tahoma; font-size:11px; font-weight:bold; color: #D2C8A8; 
	text-decoration: underline; line-height:20px;
}

.whitelink:visited {
	font-family:Tahoma; font-size:11px; font-weight:bold; color: #D2C8A8; 
	text-decoration: undelrine; line-height:20px;
}

.whitelink:hover {
	font-family:Tahoma; font-size:11px; font-weight:bold; color: #ffffff; 
	text-decoration: underline; line-height:20px;
}

.blacklink:link {
	font-family:Tahoma; font-size:11px; color: #000000; 
	text-decoration: none; line-height:20px;
}

.blacklink:visited {
	font-family:Tahoma; font-size:11px; color: #000000; 
	text-decoration: none; line-height:20px;
}

.blacklink:hover {
	font-family:Tahoma; font-size:11px; color: #ff0000; 
	text-decoration: underline; line-height:20px;
}

/*..............Borders..............*/

.welcome_border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #303030;
	border-left-color: #303030;
}


