/***********************************************/
/* intro.css Use with template intro.asp      */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #000000;	
}
a{
	color: #99cc00;
	text-decoration: none;
}
a:link{
	color: #99cc00;
	text-decoration: none;
}
a:visited{
	color: #99cc00;
	text-decoration: none;
}
a:hover{
	color: #ffcc00;
	text-decoration: underline;
}
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;color: #ffffff;
 font-size: 100%;
 margin: 0px;
 padding: 0px;
 
}

ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
/***********************************************/
/* Components                                  */
/***********************************************/
#siteName{
	padding: 0px 0px 10px 0px;
	color: #D3B437;
	font-size: 160%;
	font-weight:normal;
}
/************* #siteTitle styles **************/
.siteTitle{
	padding: 0px 0px 0px 0px;
	font-size: 120%;
	color: #cccccc;

}
/************* #siteInfo styles ***************/
#siteInfo{
    font-family: Verdana,Arial,Helvetica,sans-serif;
	clear: both;
	color: #cccccc;
	font-size: 70%;
	}
#siteInfo a:link, #siteInfo a:visited { 
	color: #99cc00;
}
 #siteInfo a:hover {
	color: #ffcc00;
	text-decoration: underline;
 }
/*********** #sharmLinks styles ***********/
#sharmLinks{
	margin: 0px;
    padding: 0px 0px 20px 4px;
	font-weight:bold;
	font-size: 80%;		
	display: block;
}
#sharmLinks a:link {
	display: block;
	color: #ffcc00;
}
#sharmLinks a:visited {
	display: block;
	color: #D3B437;
}
#sharmLinks a:hover{
	text-decoration: none;
	color: #ffffff;
}
/************** #resortLinks styles **************/
#resortLinks{
	margin: 0px;
    padding: 10px 4px 30px 0px;
	font-size: 80%;			
	font-weight: bold;
}
#resortLinks h4{
    padding: 0px 0px 20px 0px;	
	font-weight: bold;
	color: #cccccc;
}
#resortLinks a:link {
	display: block;
	color: #D3B437;
}
#resortLinks a:visited {
	display: block;
	color: #ffcc00;
}
#resortLinks a:hover{
	text-decoration: none;
	color: #ffffff;	
	display: block;
}
#catrsre {font-family:Arial;font-size:10px;color:black;}