@charset "utf-8";
body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1C61A6;
	font-family: Calibri;
	font-size: 14px;
	color: #283B4C;
	background-image: url(images/bg.jpg);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.borderMenu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.bordeFour {
	border: 1px solid #2950B7;
	padding: 5px;
}
.paddingPicBottom {
	padding-bottom: 5px;
	padding-top: 10px;
}

.rightLeftBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00B5FC;
	border-left-color: #00B5FC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

.bottomBorder1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bottomTd {
	background-image: url(images/gradient_invert.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.picBorder {
	border: 8px solid #FFFFFF;
}


.mainBorder {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #00aeef;
	border-bottom-color: #00aeef;
	border-left-color: #00aeef;
}

.numbersTop:hover {
	color:#FFFFFF;
	display:block;
	font-family:Calibri;
	font-size:14px;
	text-decoration:none;
	background-color: #0E2D8A;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: bold;
}

.numbersTop {
	color:#FFFFFF;
	display:block;
	font-family:Calibri;
	font-size:14px;
	text-decoration:none;
	background-color: #2950B7;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: bold;
}
.bordeFourGray {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.mainTable {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCCCCC;
}
.bottomBorderblack {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.paddingPicBtnOnly {
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.mainTableBorder {
	border-top-width: 3px;
	border-right-width: 7px;
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #024174;
	border-right-color: #024174;
	border-bottom-color: #024174;
	border-left-color: #024174;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.bottomDotted {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.links:hover {
	color:#000000;
	display:block;
	font-family:Calibri;
	font-size:14px;
	text-decoration:none;
	background-color: #D0A21B;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: bold;
}

.links {
	color:#FFFFFF;
	display:block;
	font-family:Calibri;
	font-size:14px;
	text-decoration:none;
	background-color: #2950B7;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: bold;
}.bordeFourGraynoPadding {
	border: 1px solid #CCCCCC;
	padding: 0px;
}

