.borderLeft {
	background-image: url(../images/structural/border_BL.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.borderRight {
	background-image: url(../images/structural/border_BR.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
td, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#paddingAll {
	padding: 25px;
	text-align: justify;
}
#paddingAll_less {
	padding: 12px;
	text-align: justify;
}
#paddingLeft {
	padding-left: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2E6294;
	background-image: url(../images/structural/blueHeader.jpg);
	background-repeat: repeat-x;
}
.cccccc {
	color: #cccccc;
}
.lightBlue {
	color: #97C5D2;
}
.borderRightLeft {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.borderR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.borderL {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.borderAll {
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}
.HeaderText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6691A4;
}
a {
	color: #80B8C8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.grayBoxBG {
	background-image: url(../images/structural/grayBoxBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
