/* font and color */
H1,H2,H3,BODY,TABLE,TD,ADDRESS,.Left,.Right,.Normal {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
}

/* special border */
H1,TABLE,ADDRESS,.Left,.Right,.Normal {
	border : 2px #1E90FF solid;
}

/* background color for filled objects */
H1,ADDRESS,TH,.Left,.Right {
	background-color : #FAEBD7;
}

/* padding for normal text */
H1 {
	font-size : 18pt;
	text-align : center;
	margin-top : 40px;
}

H2 {
	font-size : 15pt;
	margin-top : 5px;
}

H3 {
	font-size : 12pt;
}

BODY {
	padding : 5px 20px 5px 20px;
	background-image : url(faq.jpg);
	background-color : Silver;
	font-size : 10pt;
}

TABLE,.Left,.Right {
	width : 100%;
}

TD {
	font-size : 10pt;
}

H1,TABLE,TD,ADDRESS,.Left,.Right,.Normal {
	padding : 5px;
	margin-bottom : 5px;
}

A:LINK,A:VISITED,A:HOVER {
	text-decoration : underline;
}

A:LINK {
	color : Blue;
}

A:VISITED {
	color : Purple;
}

A:HOVER {
	color : Red;
}

ADDRESS {
	font-size : x-small;
	font-style : italic;
}

DL,P {
	margin-bottom : 7px;
	margin-top : 7px;
}

DT {
	font-weight : bold;
}

.Left,.Right {
	position : relative;
}

.Left {
	margin-left : -25px;
	text-align : right;
}

.Right {
	margin-left : 13px;
	margin-right : -25px;
}

.Normal {
	text-align : justify;
}
