/* used to force the vertical scrollbar. This prevents the page shift when going
   from a page without the scrollbar to a page with the scrollbar */
html {
	min-height: 100%;
	margin-bottom: 1px;
}

p {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
}

.padLeftDouble {
	padding-left:20px;
}
.floatLeft {
	float:left;
}
/* Buttons */
dl.btn {
	background: transparent url(../images/btn_leftCorner.gif) no-repeat 0px 0px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	float: left;
}

dl.btn dt {
	background: transparent url(../images/btn_rightCorner.gif) no-repeat right;
	height: 22px;
	margin: 0px;
	padding: 0px;
	float: left;
}

dl.btn dt a {
	background: transparent url(../images/btn_background.gif) repeat-x;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px 3px 0px 3px;
	padding: 3px 8px 0px 10px;
	height: 19px;
	float: left;
	text-decoration: none;
}

body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	
	color: #333333;
}
.white {
	color: #313C8C;
}

.red {
	color: #FF0000;
}

a:link {
	font-weight: bold;
	color: #C03000;
	text-decoration: none;

}

a:visited {
	font-weight: bold;
	color: #C03000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #273387;
	text-decoration: underline;
}

a:link.footer {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

a:visited.footer {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.footer {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

h1{
	font-size: 16pt;
	font-weight: bold;
	font-variant: normal;
	color: #C03000;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.smallwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

.td_header {
	background-image: url('images//silverbar620x24.jpg');
}

td.td_footer{
	background-color: #313C8C;
	color:#FFFFFF;
}
.outer_table {
/* bgcolor="#FFFFFF" border="0" cellpadding="0" cellspacing="0" height="80" width="620" */
	background-color: #FFFFFF;
	border-style: none;
	border: 0;
	width: 620;
	height: 80;
};



div.modal dd dl.btn {
	margin-right: 10px;
}

