/*-----Link Style-----*/
a:link{
	font-family: "trebuchet ms", arial, tahoma, verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 1px;
	text-decoration: none;
}

a:visited{
	font-family: "trebuchet ms", arial, tahoma, verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 1px;
	text-decoration: none;
}
	
a:hover{
	font-family: "trebuchet ms", arial, tahoma, verdana;
	font-size: 10px;
	color: #898989;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 1px;
	text-decoration: underline;
}

a:active{
	font-family: "trebuchet ms", arial, tahoma, verdana;
	font-size: 10px;
	color: #898989;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 1px;
	text-decoration: none;
}




	
 /*-----Table Style-----*/
body{
	background-color: #313131;
	background-image: url(images/bg.gif);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	color: #898989;
	font-size: 10px;
	font-family: "trebuchet ms", arial, tahoma, verdana;
	letter-spacing: 1px;
	scrollbar-track-color: #e2e2e2;
	scrollbar-face-color: #f7f8f7;
	scrollbar-arrow-color: #505050;
	scrollbar-3dlight-color: #afafaf;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

br{
	line-height: 11px;
}

td{
	font-family: "trebuchet ms", arial, tahoma, verdana;
	font-size: 10px;
	color: #898989;
}




/*-----Table Text Style-----*/
#header1{
	font-family: "trebuchet ms", arial, tahoma, verdana;
	font-size: 15px;
	color: #e56c94;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: 0px;
	text-transform: capitalize;
	margin: 10px;
}

#header2{
	font-family: "trebuchet ms", arial, tahoma, verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: 900;
	line-height: 8px;
	letter-spacing: 0px;
	text-transform: capitalize;
	margin: 10px;
	border-bottom: 1px solid #ffffff;
}

#header3{
	font-family: "trebuchet ms", arial, tahoma, verdana;
	font-size: 20px;
	color: #262626;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0px;
	text-transform: lowercase;
	margin: 10px;
}

#content{
	font-family: "trebuchet ms", arial, tahoma, verdana;
	font-size: 10px;
	color: #898989;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 1px;
	margin: 10px;
}

#sidebar_header{
	font-family: "trebuchet ms", arial, tahoma, verdana;
	font-size: 20px;
	color: #6f6f6f;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0px;
	text-transform: lowercase;
	margin-top: 10px;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

#sidebarcontent{
	font-family: "trebuchet ms", arial, tahoma, verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 1px;
	margin-top: 3px;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 10px;
}



/*-----Input and Textrea*/
input,textarea,select{
   background-color: #ffffff;
	font-family: "trebuchet ms", arial, tahoma, verdana;
	font-size: 10px;
	color: #ababab;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 1px;
	padding: 3px;
	margin: 1px;
	border: #e2e2e2 solid 1px;
}





/*-----List Style-----*/
ul{
	font-family: "trebuchet ms", arial, tahoma, verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	letter-spacing: 1px;
	list-style-position: inherit;
	line-height: 11px;
	text-align: left;
	text-decoration: none;
}

