	/*  Establish general layout parameters */

body	{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	padding-bottom: 20px;
	padding-top: 20px;
	letter-spacing: 2px;
	margin-bottom: 2px;
	}
.text	{
	color: white;
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
	margin-top: 1em;
	margin-bottom: 2px;
	letter-spacing: 1px;
	font-weight: bold;
	} 

.text2	{
	color: #686868;
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 1em;
	margin-bottom: 2px;
	letter-spacing: 0px;
	font-weight: normal;
	} 
.text3	{
	color: #8ea2ae;
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 1em;
	margin-bottom: 2px;
	letter-spacing: 0px;
	font-weight: normal;
	} 
.text4	{
	color: #686868;
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 1em;
	margin-bottom: 2px;
	letter-spacing: 0px;
	font-weight: normal;
	} 
.text5	{
	color: #686868;
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 1em;
	margin-bottom: 2px;
	letter-spacing: 0px;
	font-weight: normal;
	line-height: 12pt;
	}
.text6	{
	color: white;
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 1em;
	margin-bottom: 2px;
	letter-spacing: 0px;
	font-weight: normal;
	}  
.input {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #999999;
}

	/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code 	{
	font-size : 105%; 
	}


	/*  Typography */
	
h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 2px;
	letter-spacing: 1px;
	}

p	{
	line-height: 140%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	}
	
a:link { color: #686868; text-decoration: none }
a:active { color: #686868; text-decoration: none }
a:visited { color: #686868; text-decoration: none }
a:hover { color: #686868; text-decoration: none }
