/* hide from ie on mac \*/
html {
	height: 100%;
	/*overflow: hidden;*/
}

/* end hide */

/* element defaults */

body, div, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
} 
input, textarea, select, body, a{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: xx-small;
	font-weight : normal;
}
body {
	height: 100%;
	color: #000000;
	background-color: #FFFFFF;
}	
.swtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

a {
	color: #333333;
}
a:hover {
	color: #666666;
}

/* custom styles */
