body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	font-family: Verdana, Sans-serif;
	font-size: 11px;
}

td, span, th, div {
	font-family: Verdana, Sans-serif;
	font-size: 11px;
}

h2 {
	font-family: verdana, Sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	border-width: 0px; 
/*	display: inline;*/
	margin-top: 5px;
}

/* box border elements */

.boxBorder {
    position: absolute;
    border: 0px;
}

/* stretchable box */

/* top line */
.boxTop205 {
	position: relative;
	background: url(/images/dblinebox_border_top.png);
	background-repeat: repeat-x;
	height: 3px;
	width: 205px;
}
/* bottom line */
.boxBottom205 {
	position: relative;
	background: url(/images/dblinebox_border_bottom.png);
	background-repeat: repeat-x;
	height: 7px;
	width: 205px;
}
/* box left & right wall stretchable */
.boxLeft205 {
	position: relative;
	background: url(/images/dblinebox_border_left.png);
	background-repeat: repeat-y;
	width:205px;
}
.boxRight205 {
    	position: relative;
	background: url(/images/dblinebox_border_right.png);
	background-repeat: repeat-y;
	width: 202px;
	right: 0px;
	background-position: top right;
	margin-left: 3px;
}

/* box with static height */
/* box shadow 205 wide */
.boxShadow205 {
	background: url(/images/boxshadow_205.png);
	background-repeat: no-repeat;
	width: 205px;
	height: 4px;
	margin-bottom: 6px;
}

/* top line */
.boxBorderT {
	position: absolute;
	top: 0px;
	left: 3px;
	background: url(/images/dblinebox_border_top.png);
	background-repeat: repeat-x;
	height: 3px;
}

/* bottom line */
.boxBorderB {
	position: absolute;
	bottom: 0px;
	left: 3px;
	background: url(/images/dblinebox_border_bottom.png);
	background-repeat: repeat-x;
	height: 7px;
}

/* left wall */
.boxBorderL {
	position: absolute;
	top: 3px;
	left: 0px;
	background: url(/images/dblinebox_border_left.png);
	background-repeat: repeat-y;
	width: 3px;
}

/* right wall */
.boxBorderR {
	position: absolute;
	top: 3px;
	right: 0px;
	background: url(/images/dblinebox_border_right.png);
	background-repeat: repeat-y;
	width: 3px;
}

/* top left corner */
.boxBorderTL {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/images/dblinebox_corner_uppleft.png);
	background-repeat: no-repeat;
	width: 3px;
	height: 3px;
}

/* top right corner */
.boxBorderTR {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(/images/dblinebox_corner_uppright.png);
	background-repeat: no-repeat;
	width: 3px;
	height: 3px;
}

/* bottom left corner */
.boxBorderBL {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(/images/dblinebox_corner_lowleft.png);
	background-repeat: no-repeat;
	width: 3px;
	height: 7px;
}

/* bottom right corner */
.boxBorderBR {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(/images/dblinebox_corner_lowright.png);
	background-repeat: no-repeat;
	width: 3px;
	height: 7px;
}

.topKWLink {
	color: #2b7197;
	text-decoration: underline;
}

.blueBorderInput {
	font-family: Verdana, Sans-serif;
	padding-bottom: 3px;
	border: 1px solid #92bfda;
	width: 153px;
	font-size: 12px;
	font-weight: normal; 
}

.blueBorderTextarea {
	font-family: Verdana, Sans-serif;
	padding-bottom: 3px;
	border: 1px solid #92bfda;
	width: 465px;
	font-size: 12px; 
}

.blueLine205 {
	width: 205px;
	background: url(/images/bluelinebox_bg.png);
	background-repeat: repeat-x;
	padding: 0px;
	height: 24px;
	text-align: left;
}
.blueLineInner {
	padding: 5px 0px 0px 10px;
}

input {
	font-family: Arial;
	font-size: 16px;
	vertical-align: middle;
	font-weight: bold;
}

.fullWidth {
	width: 895px;
}

.halfWidth {
	width: 447px;
}

.nobr {
	white-space: nowrap;
}

.mainTblCell {
	text-align: center;
}

.whiteText {
	color: #ffffff;
	text-decoration: none;
}

.whiteTextOnBlue {
	color: #ffffff;
	background-color: #60aad0;
}

.whiteTextBoldBig {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.whiteLink {
	color: #fff;
	text-decoration: none;
}

/* black underlined (when mouseOver) link */
.buLink {
	color: #000;
	text-decoration: none;
}
.buLink:hover {
	color: #000;
	text-decoration: underline;
}



.topLine-outerBox {
	position: relative;
	background: #60aad0;
	text-align: left;
	height: 27px;
	width: 100%;
	margin: 0px;
	top: 0px;
	left: 0px;
}

.lineImg {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}

.topLinksRight {
	float: right; 
	background-image: url(../images/blue_spots.png); 
	background-repeat: repeat-y; 
	background-position: top right; 
	height: 14px;  
	padding: 0px 10px 0px 10px
}
