/* SS Scripts Stylesheet */

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	margin:0 0 0 0;
	text-transform: none;
	text-decoration: none;
}
A, A:link, A:visited {
	color:#0000F0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
	/*color:#000080;*/
}
textarea {
	font-family: Verdana;
	font-size: 10px;
	background-color: #FFFFFF;
	margin-top: 0px;    
	margin-right: 0px;        
	margin-bottom: 0px;     
	margin-left: 0px;      
	padding-top: 0px;     
	padding-right: 0px;      
	padding-bottom: 0px;     
	padding-left: 0px;     
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
}

h1,h2,h3,h4 {
}
li {
	list-style-image:URL(../images/arrow2.gif);
	list-style-type:none;
}
select {
	font-family: Verdana;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
input, file {
	font-family: Verdana;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
input.file, input[type="file"]  {
	font-family: Verdana;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
input.checkbox, input[type="checkbox"]  {
	font-family: Verdana;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	border: none;
}

.tblHeader {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFCC;
	margin-top: 0px;    
	margin-right: 0px;        
	margin-bottom: 0px;     
	margin-left: 0px;      
	padding-top: 2px;     
	padding-right: 2px;      
	padding-bottom: 2px;     
	padding-left: 2px;     
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;	
}

.topNavBar {
	color: #000000;
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	background-color: #CCCC99;
	margin-top: 0px;    
	margin-right: 0px;        
	margin-bottom: 0px;     
	margin-left: 0px;      
	padding-top: 2px;     
	padding-right: 2px;      
	padding-bottom: 2px;     
	padding-left: 2px;     
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;

}
.topNavBar:hover {
	text-decoration:underline;
	background-color: #999966;
}

