@charset "utf-8";
	* {font-size:1em}
	td,tr,table,tbody,b,div,span,a,input{font-size:1em}
	html {line-height: 100%; height: 100%;overflow:scroll;}
	body {
		margin: 0px; 
		font-family: 'Tahoma', Verdana, Arial, sans-serif; 
		font-size:83%;
		height: 100%;
	}
	form {margin:0px;}
	input{
		font-family: 'Tahoma', Verdana, Arial, sans-serif; 
		color: #333333; 
	}
	
/*Input Submit Bottons Format*/
	input[type="submit"],input[type="button"]{
	}
/*Input Text Box Format*/
	input[type="text"],input[type="password"]{
	}
	textarea{
	}
/*Select Element Format*/
	select{
	}
/*Headers Main Format*/
	h1 {color:#444;margin-bottom:3px;font-size:1.2em;margin-top:7px;}
	h2 {margin-bottom:1px;margin-top:0px;padding-bottom:2px}
/*HyperLinks Main Format*/
	a,.cssA{text-decoration:none;}
	.cssA{cursor:pointer;}
	a:hover {text-decoration:underline;}
/*Set All Font Sizes In Tables To 100%*/
	td,tr,table,tbody,b,div,span,a,input{font-size:1em}
/*Set All TH To Align Right*/
	th {text-align:right;white-space:nowrap;}
