body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background: #FFFFFF;

}

p,td      { color: #333333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; margin:0px;}

.bodyBG {

}


.largeText {
	font-size: 16px;
	color: #1EABD6;
	font-weight: bold;
}

.linethrough {
	text-decoration:line-through;
}

input, select {
	font-size: 11px;
}

h1 {
	font-size: 20px;
	color: #FD750A;
	margin:0px;
	padding:0px;
}

h2,h3 {
	font-size: 14px;
	color: #00297F;
	/* font-style: italic; */
}


.leftBlue {
	font-size: 11px;
	color: #1EABD6;
	font-weight: bold;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
}

/* form */
input.text { 
  border-style:inset; 
  border-width:2px; 
  color:#000000; 
  width:150px; 
}

/* Links */

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FD750A;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FD750A;
	text-decoration: none;

}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FD750A;
	text-decoration: underline;

}

/* Main Menu */

.mainButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(../images/btn_background.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 103px;
	height: 23px;
	font-weight: bold;
	line-height:9px;
}

a.topNaviLinks:link {
	color: #FFFFFF;
	font-weight: bold;
	/* text-decoration: underline; */
}

a.topNaviLinks:visited {
	color: #FFFFFF;
	font-weight: bold;
	/* text-decoration: underline; */
}

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

a.topNaviLinks:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.bottomNaviLinks:link {
	color: #0A5798;
	/* text-decoration: underline; */
}

a.bottomNaviLinks:visited {
	color: #0A5798;
	/* text-decoration: underline; */
}

a.bottomNaviLinks:hover {
	color: #0A5798;
	text-decoration: underline;
}

a.bottomNaviLinks:active {
	color: #0A5798;
	text-decoration: underline;
}

.tableBorder {
	border: 1px solid #CCCCCC;
}


.tableBorderRightLeft {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}

.tableBorderRight {
	border-right: 1px solid #CCCCCC;
}

.tableBorderBottomWhite {
	border-bottom: 1px solid #FFFFFF;
}

.tableBorderTop {
	border-top: 1px solid #CCCCCC;
}

.tableBorderBottom {
	border-bottom: 1px solid #CCCCCC;
}

.tableBorderTopBottom {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.errorText {
	color: red;
	font-weight: bold;
}

.blueSlice {
	background-image: url(../images/blueslice.jpg);
	background-repeat: repeat-x;
}

.greySlice {
	background-image: url(../images/greyslice.jpg);
	background-repeat: repeat-x;
	padding: 6px;
}

.orangeButton {
	background-color:#FD750A;
	padding:4px;
	color:#ffffff;
}
a.orangeButton:link {
	color:#ffffff;
	text-decoration: none;
}

a.orangeButton:visited {
	color:#ffffff;
	text-decoration: none;
}

a.orangeButton:hover {
	color:#ffffff;
	text-decoration: underline;
}

.bcrumb {
	color: #00297F;
	font-size:12px;
	padding:4px;
	border: 1px solid #535353;
	font-weight: bold;
}

.bcrumbSel {
	color: #00297F;
	font-size:12px;
	padding:4px;
	border: 1px solid #535353;
	background-color:#E5E5E5;
	font-weight: bold;
}

.imgBorder {
	border: 1px solid #999999;
	background-color:#FFFFFF;
}
