html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
	border:none;
}

.big-bob {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

a.bot-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4386B9;
	text-decoration: underline;
}

a.bot-nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4386B9;
	text-decoration: none;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.top-border {
	background-color: #4386B9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #81B8E2;
	border-bottom-color: #1A5989;
}

.table-border {
	background-color: #F7F6F6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EAEBEC;
	border-right-color: #EAEBEC;
	border-left-color: #EAEBEC;
}

.picborder {
	border: 1px solid #666666;
}

#fullheight{height:100%}
#nav-pad{padding-bottom: 10px}
