@import url("main.css");

/* default link styles */
a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
}

a:focus, a:hover {
	text-decoration: underline;
}

abbr, acronym {
	border-bottom: 1px dotted #CCCCCC;
	cursor: help;
	font-style: normal;
}

address {
	font-style: normal;
}

body {
	background-color: #CCCCCC;
	color: white;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	 scrollbar-face-color: #4f4b49;  
 	scrollbar-shadow-color: #4f4b49; 
 	scrollbar-highlight-color: #000; 
 	scrollbar-3dlight-color: #fff; 
 	scrollbar-darkshadow-color: #000; 
 	scrollbar-track-color: #4f4b49; 
 	scrollbar-arrow-color: #fff;
}

fieldset {
	border: none;
}

/* miscellaneous conveniences: */
form label {
	cursor: pointer;
}

/* KLUDGE: avoid browser default inconsistent font-sizes */
input, select, textarea, {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h2 {
	font-size: 14px;
}

/* KLUDGE: font-size: 100.01% because of IE/Win Font Sizing Bugs & making the scrollbar always visible in firefox */
html {
	height: 100%;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, dd, dl, dt {
	margin: 0;
	padding: 0;
}

img, a img {
	border: 0;
	/*vertical-align: middle;*/
}

input, select, textarea {
	vertical-align: middle;
}
