/**/

body{
	margin:0;
	background-color:#FFF;
	text-align:center;
	}

h1{
	font-family:"Courier New", Courier, Mono;
	font-weight:normal;
	font-size:16px;
	color:#333;
	}

.smallh1{
	font-size:12px;
	}

h2{
	font-family:"Courier New", Courier, Mono;
	font-weight:bold;
	font-size:12px;
	color:#333;
	}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style-position:outside;
}


/*LINKS AND MENUS*/

a:link {
	color: #000099;
	}

a:visited {
	color: #000099;
	}

a:hover {
	text-decoration: none;
	}


/*DIV AND BOXES*/
div{
	padding:0px;
	margin:0px;
}

.globalframe{
	width:770px;
	height:auto;
	overflow:auto;
	background-color:#FFF;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
/*	border-width:1px;
	border-style:dashed;
	border-color:#000;*/
	voice-family: "\"}\"";
	voice-family:inherit;
	overflow:hidden;
	}
	


