/****** GENERAL ******/
BODY {
	/*	background-image: url(../img/bg.gif);*/
	color: #000000;
	font-family: arial;
	font-size: 11px;
	background: #EFEFEF;
	margin: 3px;
}

TD,P,DIV {
	color : #000000;
	font-family : arial;
	font-size : 12px;
}

/****** LINKS ******/
A:link {
	color: #0033FF;
	text-decoration: none;
	font-weight: normal;
}
A:visited {
	color: #0033FF;
	text-decoration: none;
	font-weight : normal;
}
A:hover {
	color: #3399FF;
	text-decoration: none;
	font-weight : normal;
}
A:active {
	color: #FF0000;
	text-decoration: none;
	font-weight : normal;
}

/****** TEXT ******/
#xsmall {
	font-size:10px;
}
#small {
	font-size:11px;
}
#medium {
	font-size:12px;
}
#large {
	font-size:14px;
	font-weight : bold;
}
#xlarge {
	font-size:18px;
	font-weight : bold;
}
#xxlarge {
	font-size:24px;
	font-weight : bold;
}
#hot {
	color : #FF0000;
	font-weight : bold;
}

/****** HEADING ******/

H1 {
	font-size:22px;
	font-weight: bold;
	text-align: left;
}
H2 {
	font-size: 16px;
	font-weight: bold;
}
H3 {
	font-size:14px;
	font-weight: bold;
}

/****** PARAGRAPH ******/

#justify {
	text-align:justify;
}
HR {
border: none 0;
border-top: 1px dotted #9999FF;
width: 100%;
height: 1px;
}


/****** MISC ******/


/****** FORM ******/
