A:link {
	color: #F19503;
	text-decoration: none;
}

A:visited {
	color: #F19503;
	text-decoration: none;
}

A:active {
	color: #F19503;
	text-decoration: none;
}

A:hover {
	color: #333333;
	text-decoration: none;
}

TD {
	font-size: 13px;
	font-family : Verdana;
	color : #333333;
}

P {
	font-size: 13px;
	font-family : Arial;
	color : #333333;
}

TD.dark {
	font-size: 11px;
	font-family : Arial;
	font-weight : Bold;
	color : #FFFFFF;
}

P.dark {
	font-size: 11px;
	font-family : Arial;
	color : #FFFFFF;
	font-weight : Bold;
}

TD.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #333333;
}

P.smaller {
	font-size: 11px;
	font-family : Arial;
	color : #333333;
}

#container {
	width:95%;
	margin:auto;
	}

#leftcolumn {
	width:48%;
	float:left;
	}

#divcolumn {
	width:4%;
	float:left;
	}

#rightcolumn {
	width:48%;
	float:left;
	}

#keybox {
	background-color:#e3dad2;
	border:solid 1px #999999;
	padding:5px;
	margin-top:15px;
	margin-bottom:15px;
	}

.clear {
	clear:both;
	}
	


