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

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

.bodyBG {
	background-attachment: fixed;
	background-image: url("/images/main_bg_2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}


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

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

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

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

h2,h3 {
	font-size: 14px;
	color: #1EABD6;
	/* 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: #0BB2E9;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0BB2E9;
	text-decoration: none;

}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0BB2E9;
	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: #FFFFFF;
	/* text-decoration: underline; */
}

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

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

a.bottomNaviLinks:active {
	color: #FFFFFF;
	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;
}
