/*-----Link Style-----*/
a:link {
	color: #A6ADB7;
	text-decoration: none;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
a:visited {
	text-decoration: none;
	color: #A6ADB7;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
a:hover {
	text-decoration: none;
	color: #C7CDAF;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted #9592B0;
}
a:active {
	text-decoration: none;
	color: #A6ADB7;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}



 /*-----Table Style-----*/
body{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-position:top;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #F1F1F1;
	scrollbar-face-color: #E7E7E7;
	scrollbar-highlight-color: #DEE0E4;
	scrollbar-3dlight-color: #DEE0E4;
	scrollbar-darkshadow-color:#E7E7E7;
	scrollbar-shadow-color: #DEE0E4;

}
input,textarea,select{
    background:#1d1d1d;
	color:#CCCCCC;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Tahoma;

}
table{
	color:#999999;
	font-family: Tahoma;
	font-size: 10px;
	Text-Align: justify;
}
.h1 {
	padding: 4px;
	background-color: #671919;
	font-family: Tahoma;
	font-size: 8px;
	Font-Weight: bold;
	color: #FFFFFF;
	Line-Height: 11px;
	Letter-Spacing: 1px;
	Text-Align: left;
	Text-Transform: uppercase;
}
.h2 {
	padding: 2px;
	background-color: #8798D0;
	font-family: Tahoma;
	font-size: 8px;
	Font-Weight: bold;
	color: #666666;
	Line-Height: 11px;
	Letter-Spacing: 2px;
	Text-Align: center;
	Text-Transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}
.h3 {
	padding: 2px;
	background-color: #9FBBFC;
	font-family: Tahoma;
	font-size: 8px;
	Font-Weight: bold;
	color: #8B7489;
	Line-Height: 11px;
	Letter-Spacing: 1px; 
	Text-Align: center;
	Text-Transform: uppercase;
	text-align: center;
}	
.textinput {
    padding: 4px;
	background-color: #FBFBFB; 	
	font-family: Tahoma; 
	font-size: 10px;
	color: #999999; 
	Line-Height: 11px; 
	Letter-Spacing: 0px; 
	Text-Align: justify;
}	

/*-----Text Effects-----*/
strong {
	color: #A6ADB7;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Tahoma;
	font-weight: bold;
	letter-spacing: 1px;
}
em {
	color: #908895;
}


/*-----Form Effects-----*/
TEXTAREA {
	border: #666666 1px solid;
	padding: 2px;
	font-size: 9px;
	color: #999999;
	font-family: Tahoma;
	background-color: #E9E9E1;
}
INPUT {
	border: #666666 1px solid;
	padding: 2px;
	font-size: 8px;
	color: #999999;
	font-family: Tahoma;
	background-color: #E9E9E1;
}
SELECT {
	border: #666666 1px solid;
	padding: 2px;
	font-size: 8px;
	color: #999999; 
	font-family: Tahoma;
	background-color: #E9E9E1;
}
BUTTON {
	border: #666666 1px solid;
	padding: 2px;
	font-size: 8px;
	color: #999999;
	font-family: Tahoma;
	background-color: #E9E9E1;
}
