/* ============ body ============ */
body
{
	background-color: #ffffff;
	font-family: Verdana,Arial,
	Helvetica,sans-serif;
	font-size:11px;
	line-height: 140%;
	height: 100%;
}

a {
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}

input, select 
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
}


/* ============ navbar ============ */
.nav 
{
	background-color: #002252; 
	overflow: visible; 
	width: 768px;
}

div.nav1
{
	width: 100%;
	display: block;
}

.n
{
	float: left;
	padding: 5px 10px 4px 7px;
	display: inline;
}

/* ============ detail ============ */
#bigFont
{
	font-size: 14px;
}

#mediumFont
{
	font-size: 10px;
}

#smallFont
{
	font-size: 9px;
}

#headFont
{
	font-size: 11px;
}

#lt_pic
{
	float: left;
	padding: 5px;
}	

#rt_pic
{
	float: right;
	padding: 5px;
}	

.link 
{
	color: blue;
	text-decoration: underline;
	cursor: hand;
}

.nounderline A
{
	text-decoration: none;
	color: #000000;
}


#times
{
	font-size: 10px;
}

.prop {
    	float: left;
    	width: 1px;
}

/* for Internet Explorer */
/*\*/
* html .prop497 {
height: 497px;
}
/**/

/* ============ main flyout menu ============ */
a.navlink, a.navlink:link, a.navlink:visited 
{ 
	color: #fff; 
	/*text-decoration: none;*/
	font-weight: bold;
}

a.navlink:hover
{
	color: #DDE3EA;
	/*text-decoration: underline;*/
	font-weight: bold;
}

/* ============ footer ============ */
#footer
{ 
	clear: both; 
	height: 20px;
}

#footerlinks
{
	text-align: center;
	display: block;
	margin-left: 0px;
	margin-top: 3px;
}

#footer a
{
	vertical-align: top;
	margin: 0 8px;
}

.ft_1
{
	vertical-align: top;
}

table.main {
	border-width: 1px 0px 1px 0px;
	border-spacing: ;
	border-style: solid;
	border-color: blue white lightgray white;
	border-collapse: collapse;
	background-color: white;
}

table.main th {
	border-width: 0px 1px 0px 1px;
	padding: 3px;
	border-style: none;
	border-color: white blue white blue;
	background-color: blue;
	-moz-border-radius: ;
	color: white;
}

table.main td {
	border-width: 0px 1px 1px 1px;
	padding: 7px;
	border-style: solid;
	border-color: white lightgray white lightgray;
	background-color: white;
	-moz-border-radius: ;
}

table.noStyle {
	border-style: none;
	border-collapse: collapse;
}

table.noStyle th {
	border-style: none;
	border-collapse: collapse;
}

table.noStyle td {
	border-style: none;
	border-collapse: collapse;
}

.bigFontGray
{
	font-size: 18px;
	color: gray;
}

.mediumFont
{
	font-size: 14px;
}

.titleBoldBlue
{
	font-size: 14px;
	color: blue;
	font-weight: bold;
}

.clickBlue
{
	font-size: 11px;
	color: blue;
	font-weight: bold;
}
