@charset "utf-8";
html { 
	height: 100%; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background: url(../images/bkg_gradient.jpg);
	background-repeat:repeat-x;
	background-color:#021325;
}
a:link {
	color:#003399;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #0099FF;
}
a:active {
	color:#003399;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: normal;
	padding: 0px;
	margin:16px;
}
p {
	font-size: 12px;
	font-weight:normal;
	line-height:normal;
	color: #333333;
	margin:16px;
}
ul {
	font-size: 12px;
	font-weight:normal;
	line-height:normal;
	color: #333333;
	margin-right:16px;
}
.paragraph {
	font-size: 12px;
	font-weight:normal;
	line-height:normal;
	padding: 0px;
	color: #333333;
	margin:16px;
}
.paragraph_bold {
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	padding: 0px;
	color: #333333;
}
.nav {
	font-size:12px;
	font-weight:bold;
	color:#000;
	/*padding:12px 24px 12px 16px;*/
}
.inner_title {
	font-size:24px;
	color:#fff;
	margin:80px 16px 0px 16px;
}
.paragraphLg {
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	line-height:normal;
	padding:0px;
	margin:16px;
}
.paragraphLg2 {
	font-size: 13px;
	font-weight:bold;
	color: #333333;
	line-height:normal;
	padding:0px;
	margin:16px;
}
.center {
text-align:center;
}
.mgmt_title {
	font-size: 14px;
	font-weight:bold;
	line-height: normal;
	padding: 0px;
	margin:16px;
	color: #999999;
}
.mgmt_title2a {
	font-size: 12px;
	font-weight:bold;
	line-height: normal;
	padding: 0px;
	color: #999999;
}
.sm_ital {
	font-size: 11px;
	font-weight:normal;
	font-style:italic;
	line-height: 16px;
	padding: 0px;
	color: #333333;
	margin:16px;
}
.footer {
	font-size: 11px;
	font-weight:normal;
	line-height:normal;
	padding: 0px;
	color: #000;
	margin:16px 24px 8px 24px;
}
.footer2 {
	font-size: 11px;
	font-weight:normal;
	line-height:normal;
	padding: 0px;
	color: #000;
	margin:16px 24px 8px 24px;
	text-align:right;
}
a.footer-L:link {
	font-size: 11px;
	font-weight:normal;
	line-height:normal;
	padding: 0px;
	color: #000;
	margin:0px 16px 0px 0px;
	text-decoration:none;
}
a.footer-L:visited {
	font-size: 11px;
	font-weight:normal;
	line-height:normal;
	padding: 0px;
	color: #000;
	margin:0px 16px 0px 0px;
	text-decoration:none;
}
a.footer-L:active {
	font-size: 11px;
	font-weight:normal;
	line-height:normal;
	padding: 0px;
	color: #000;
	margin:0px 16px 0px 0px;
	text-decoration:none;
}
a.footer-L:hover {
	font-size: 11px;
	font-weight:normal;
	line-height:normal;
	padding: 0px;
	color: #000;
	margin:0px 16px 0px 0px;
	text-decoration:underline;
}
.review {
	color:#CC0000;
	font-weight:bold;
}