.table_style {
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 11px;
}

.table_style th, .table_style td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 6px;
	text-align: left;
}


.submit { padding: 6px; background-color: #eee; border-top: 1px solid #ccc; }

.Text {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal}
.TextBold {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold}
.TextBoldWhite {  color:white; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold}
.SmallText { font-family: Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal}
.MediumText { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal}
.SmallTextBold { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

.NavText { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal}

.PageHeader { font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold}

.TextHeader { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal}
.TextHeaderBold { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold}

.GreyBorder {  border: 1px #CCCCCC solid;}

.TinyText { font-family: Arial, Helvetica, sans-serif; font-size: 5pt; font-weight: normal}
.TinyTextBold { font-family: Arial, Helvetica, sans-serif; font-size: 5pt; font-weight: bold}

.Bold {font-weight: bold}

.HeaderBorder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4668B0;
	border-right-color: #4668B0;
	border-bottom-color: #4668B0;
	border-left-color: #4668B0;
	border-collapse: collapse;
	color:white;
	background-color:#8699B6;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	padding:2px;
	text-align:center;
	text-decoration:none;	
}