﻿body
{
	position: relative;
	background: url(../images/bg_page.gif) repeat-x 0 0 #FFF;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.msgBox
{
	border-style: dashed;
    border-width: thin;
    border-color: #000;
    background-color: #FFFFCC;
    padding: 15px;
    margin: 20px;
    text-align: center;
}

a:link, a:visited, a:active
{
	color: #3300CC;
	text-decoration: underline;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
}

a:hover
{
	color: #009900;
	text-decoration: underline;
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
}

a.white:link, a.white:visited, a.white:active
{
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
}

a.white:hover
{
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
}

.content
{
	padding:15px;
	text-align: justify;
}	

.tbl700
{
	width: 700px;
}
.tbl490
{
	width: 490px;
}

.tbl700nav
{
	width: 700px;
	background-color: #003877;
	padding:5px 15px 5px 15px;
}

.justify
{
	text-align: justify;
}
.footer
{
	text-align: center;
	font-size: 12px;
}
.b
{
	font-weight: bold;
}
