body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;    			
    color: #333333;
	font-size: 11px;
	margin-top:0px;
}
a {
    color: #104E8B;
    text-decoration: none;
    cursor: hand;
}
a:hover {
    text-decoration: underline;
}
.AnchorInverse
{
	color: white;
	text-decoration:none;
	cursor:hand;
	font-weight:bold;
}

TR
{
	padding: 0;
	border-width: 0;
	border-style: none;
	border-collapse: collapse;
}
TD
{
	padding: 0;
	border-width: 0;
	border-style: none;
	border-collapse: collapse;
}
tbody
{
	padding: 0;
	border-width: 0;
	border-style: none;
	border-collapse: collapse;
}
/*
Common text settings
*/
p {
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
}
h5 {
    margin-bottom: 10px;
	margin-top: 0px;
    font-size: 12px;
}
h4 {
	font-size: 13px;
}
h3 {
	font-size: 18px;
	margin-top: 0px;
}
.textbox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;  
    color: #36648B;
    background-color: #FCFCFC;
    border: 1px solid #999999; 
}
.select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;  
    color: #36648B;
    background-color: #FCFCFC;
    border: #000000; 
    border-style: solid; 
    border-top-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 0px
}

.button
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	border: solid 1px #7C7A7A;
	color: #36648B;
	background-color: #E7E7E7;
	cursor:hand;
}
.buttonA, .buttonA:hover
{
	color: #36648B;
    text-decoration: none;
}
.buttonImage, .buttonImage img
{
	border:none;
	cursor:hand;
	color:white;
	background-color:white;
}
.divMain
{
	padding:0px;
	width:700px;
	height:auto;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	border-style:none;
	border-collapse: collapse;
}

.tableStd
{
	border-width:0px;
	border-style:none;
	background-repeat:no-repeat;
	background-position: left top;
    padding: 0px;
    margin: 0px;
    width: 100%;
	border-collapse: collapse;
}
.AnchorInImage
{
	color: white;
	font-weight: bold;
}
.buttonMyAccount
{
	background-image:url('/img/myaccount_background.gif');
	background-repeat:no-repeat;
	width: 175px;
	height: 32px;
	background-color: #005e7d;
	font-weight: bold;
	text-align:center;
}
.buttonBackground
{
	background-image:url('/img/menu_background.jpg');
	background-repeat:no-repeat;
	width: 175px;
	height: 32px;
	background-color: #005e7d;
	font-weight: bold;
	text-align:center;
}
.alert {
    color: #CC0000;
	background-color: #FFFFFF;
    text-align: center;
	width: 60%;
	border: solid #8B0000 2px;
	padding:: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}
.message {
	background-color: #FEFEFE;
	text-align: center;
	width: 60%;
	border: solid #E0E0E0 1px;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 11px;
}

