body, textarea, input, select, pre {
	color: #444444;
	font-family: 'FlamaLight',Arial,sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
}
img {
	border: medium none;
}
p {
	margin: 15px 0 0;
	padding: 0;
	text-align: justify;
}
a {
	color: #055898;
	text-decoration: none;
}
a:hover {
	color: #AC000C;
	text-decoration: underline;
}
h1 {
	color: #00467F;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14pt;
	margin: 0;
	padding: 0;
}
.frame {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 1px #333333;
}
#container {
	background: url("images/header-background.png") no-repeat scroll 0 0 transparent;
	margin: 0;
	padding: 0;
	position: relative;
	width: 900px;
}
#menu {
	left: 130px;
	position: absolute;
	top: 95px;
}
#menu ul {
	display: block;
	height: 30px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #055898;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}
#menu a:hover {
	color: #AC000C;
}
#content {
	background: url("images/content_back.png") no-repeat scroll 0 0 transparent;
	left: 40px;
	margin: 0;
	padding: 60px;
	padding-bottom: 0px;
	margin-bottom: 80px;
	position: relative;
	top: 116px;
	width: 704px;
}
#footer {
	background: url("images/footer.png") repeat-x scroll 0 0 transparent;
	height: 72px;
	font-size: 8pt;
	color: #777777;
}
.paragh {
	font-weight: bold;
	text-decoration: underline;
}
ol.numeric {
	list-style-type: decimal;
	text-align: justify;
}
ol.numeric li {
	padding-top:10px;
}
ol.alpha {
	list-style-type: lower-alpha;
	text-align: justify;
}
.pricelist {
	border: 1px solid #777777;
	margin-top: 20px;
	width: 80%;
}
.pricelist td {
	padding: 4px;
}
.pricelist td.right {
	border-left: 1px solid #777777;
	text-align: right;
}
