
@import url("layout.css");


BODY {
		margin				:0;
		padding				:0;
		text-align			: top;
		background			: #E8F4AE url("../../images/topColorSmall.gif") repeat-x;
	}

IMG {
		border				: none;
		padding				: 0px;
		margin				: 0px;
	}
	
FORM {
		padding				: 0px;
		margin				: 0px;
		display				: inline;
	}
	
INPUT, TEXTAREA {
		font-family			: Arial;
		font-size			: 11px;
		border				: solid #666666 1px;
	}
	
UL {
		margin				: 0px;
		padding				: 4px 0px 10px 25px;
	}


/* ========== TEXT ========== */

H1 {
		color				: #FF0000;
		font-family			: Arial;
		font-size			: 18px;
		line-height			: 18px;
		margin				: 0px 0px 26px 0px;
		padding				: 0px 0px 1px 0px;
	}
	
H2 {
		color				: #777777;
		font-weight			: normal;
		font-family			: arial;
		font-size			: 20px;
		line-height			: 22px;
		margin				: 0px;
		padding				: 0px 0px 7px 0px;
	}
	
H3 {
		color				: #BADF0F;
		font-weight			: normal;
		font-family			: arial;
		font-size			: 19px;
		line-height			: 21px;
		margin				: 0px;
		padding				: 0px 0px 3px 0px;
	}

H4 {
		color				: #ff0000;
		font-family			: Arial;
		font-size			: 11px;
		font-weight			: bold;
		margin				: 0px;
		padding				: 0px 0px 0px 4px;
		display				: inline;
	}
	
P, DIV, TD {
		font-family			: Arial;
		font-size			: 11px;
		line-height			: 14px;
		color				: #666666;
	}
	
HR {
		size				: 1px;
		height				: 1px;
		color				: #CCCCCC;
		padding				: 0px;
		margin				: 15px 0px 15px 0px;
	}

.hilite {
		color				: #AA0000;
	}
	
SUP {
		font-family			: Verdana;
		font-size			: 7px;
	}


/* ========== LINKS ========== */

A {
		text-decoration		: none;
	}

A:hover {
		text-decoration		: underline;
	}
