*  {
	font-size: 12px;
	font-family:'Arial';
	color:#999999;
}

body {
	margin:0px;
	padding:0px;
	background-color:#677682;
}

a{
	color:#0F63A2;
	font-size:14px;
	font-weight:bold;
	text-decoration: underline;
	font-family: Trebuchet;
}
a:hover{
	color:#999999;
	text-decoration: underline;
}



a.zoze{
	color:#999999;
	font-weight:normal;
	text-decoration: none;
}

a.zoze:hover{
	text-decoration: underline;
}

#bgholder{
	background: #fff url('img/bg.gif') repeat-y 50%;
}
#holder{
	width:776px;
	margin:auto;
	border: 1px solid #c3d2c8;
	background-color:#fff;
}
/*IE fix*/
* html #bgholder #holder{
	width:773px;
}
/*IE fix*/

li{
	padding-bottom:10px;
	text-align:left;
}

.clear{
	clear:both;
}

#main{
	text-align:justify;
	width:530px;
	margin:10px 30px 10px 200px;
}

h1 {
	text-align:left;
	position:relative;
	display:block;
	padding: 10px 0px 20px 20px;
	background: url('img/h1.jpg') no-repeat;
	font: 28px 'Georgia';
	color:#759dd9;
	letter-spacing:-1px;
}

h1 span{
	position:relative;
	display:block;
	font-weight:bold;
	border-top: 1px solid #759dd9;
	font: 17px 'Georgia';
	color:#999999;
}

h2 {
	display:block;
	position:relative;
	font: 19px 'Georgia';
	color:#999999;
}

p{
	text-align:justify;
	text-indent:.5in;
}

.small{
	font-size:10px;
	font-style:italic;
}

.form {
	border:none;
}

.warn {
	color:red;
}

#searchForm
{ 
background: url('img/tf_search.gif') no-repeat;
}

.searchbox {
	background:transparent;
	width:172px;
	height:23px;
	border:0px;
	padding:4px 0px 0px 3px;
}

div.wordbox{
	background-color:#fff;
	border:5px solid #f2f2ff;
	color: #7c899e;
	float:left;
	margin: 0px 15px 15px 15px;
	width:200px;
	padding: 10px;
}
