/*-----Link Style-----*/
a:link {
	color: #fe0876;
	text-decoration: none;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
a:visited {
	text-decoration: none;
	color: #fe0876;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
a:hover {
	text-decoration: underline;
	color: #ce97da;
	font-size: 8px;
	font-weight: bold;
	background-color: #000000;
	text-transform: uppercase;
}
a:active {
	text-decoration: none;
	color: #fe0876;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
}



 /*-----Table Style-----*/
body{
	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;
	background-color: #5b545c;
	font-family: verdana;
	color: #ffffff;
	line-height: 11px; font-size

}
input, textarea, select{
    background:#1d1d1d;
	color:#666666;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Tahoma;

}
table{
	color:#666666;
	font-family: Tahoma;
	font-size: 11px;
}
.welcome{
	color:#333333;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
.img {
	border: 2px dashed #975dad;
	}
.title_main {
	padding: 2px;
	background-color: #6d2e78;
	font-family: Tahoma;
	font-size: 9px;
	Font-Weight: bold;
	color: #fe0876;
	Line-Height: 9px;
	Letter-Spacing: 1px;
	Text-Align: center;
	Text-Transform: uppercase;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
.title_main2 {
	padding: 4px;
	background-color: #975dad;
	font-family: Tahoma;
	font-size: 8px;
	Font-Weight: bold;
	color: #000000;
	Line-Height: 11px;
	Letter-Spacing: 1px;
	Text-Transform: uppercase;
}
.content_main {
	padding: 2px;
	background-color: #0d0d0d;
	font-family: Tahoma;
	font-size: 9px;
	Font-Weight: ;
	color: #fe0876;
	Line-Height: 9px;
	Letter-Spacing: 1px;
	Text-Align: left;
	Text-Transform: ;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px dashed #fe0876
}	
.textinput {
    padding: 4px;
	background-color: #F7F7F7; 	
	font-family: Tahoma; 
	font-size: 10px;
	color: #666666; 
	Line-Height: 11px; 
	Letter-Spacing: 0px; 
	text-align: justify;
}
.textinput_rollover {
    padding: 4px;
	background-color: #F2F2F2; 	
	font-family: Tahoma; 
	font-size: 11px;
	color: #666666; 
	Line-Height: 11px; 
	Letter-Spacing: 0px; 
}	

/*-----Image Style-----*/
.borderimage{
        border-style: solid;
        border-width:0px;
        border-color: #EAE7DF;
        padding:4px;
        margin: 2px;
        background-color:#FFFFFF;

}
a img { border:none; }


/*-----Text Effects-----*/
strong, b {
	color: #db92fa;
	font-size: 8px;
	text-transform: uppercase;
	font-family: Tahoma;
	font-weight: bold;
	letter-spacing: 1px;
}
em, i {
	color: #842ba8;
	font-size: 10px;
	font-weight: bold;
}
u {
	color: #a6a2a2;
	font-size: 9px;
	text-transform: none;
	font-family: Tahoma;
	font-weight: bold;
	letter-spacing: 1px;
}


/*-----Form Effects-----*/
TEXTAREA {
	border: #666666 1px solid;
	padding: 2px;
	font-size: 10px;
	color: #999999;
	font-family: Tahoma;
	background-color: #E9E9E1;
}
INPUT {
	border: #666666 1px solid;
	padding: 2px;
	font-size: 9px;
	color: #999999;
	font-family: Tahoma;
	background-color: #E9E9E1;
}
SELECT {
	border: #666666 1px solid;
	padding: 2px;
	font-size: 9px;
	color: #999999; 
	font-family: Tahoma;
	background-color: #E9E9E1;
}
BUTTON {
	border: #666666 1px solid;
	padding: 2px;
	font-size: 9px;
	color: #999999;
	font-family: Tahoma;
	background-color: #E9E9E1;
}
blockquote{
	font-size:9px;
	font-weight: bolder;
	font-family: tahoma;
	text-align:justify;
	line-height:15px;
	padding: 5px;
	border-left: 3px dashed #918d8f;
	border-right: 3px dashed #918d8f;
	border-top: 3px dashed #918d8f;
	border-bottom: 3px dashed #918d8f;
	color: #000000;
	background-color: #878385;
	background-image: url('images/cutenews/quote.png');
	background-repeat: no-repeat;
	background-position:  top-left 50%;
	text-indent: 27px; margin-left:4px; margin-right:4px; margin-top:4px; margin-bottom:4px
}