@charset "utf-8";
/*..........Body..........*/
body {
	background-repeat: repeat-x;
	/*background-attachment: fixed;
	background-position: bottom left;*/
	background-color: #FFF;
	margin: 0px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9pt;
}
A:link {
	FONT-WEIGHT: bold;
	COLOR: #8A0917;
	TEXT-DECORATION: none;
}
A:visited {
	FONT-WEIGHT: bold;
	COLOR: #4F7985;
	TEXT-DECORATION: none;
}
A:active {
	FONT-WEIGHT: bold;
	COLOR: #8A0917;
	TEXT-DECORATION: none;
}
A:hover {
	FONT-WEIGHT: bold;
	COLOR: #666;
	TEXT-DECORATION: underline;
}
ul {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9pt;
	list-style-image: url(../images/icon.gif);
	list-style-position: outside;
}
li {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9pt;
}
ol {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9pt;
	list-style-type: decimal;
	list-style-position: outside;
}
td, th, form, input, textarea, select {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9pt;
}
form.qat {
	text-align:center;
}

p {
	FONT-WEIGHT: normal;
	FONT-FAMILY: Lucida Sans Unicode, Lucida Grande, sans-serif;
	FONT-SIZE: 9pt;
	COLOR: #000;
	padding-left: 10px;
	padding-right: 10px;
}
h1 {
	FONT-WEIGHT: bold;
	FONT-FAMILY: Lucida Sans Unicode, Lucida Grande, sans-serif;
	FONT-SIZE: 12pt;
	COLOR: #8A0917;
	padding-left: 10px;
	padding-right: 10px;
}
