/*
** the folloing styles relate to the body tag
**/

body {
	background-color : White;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

.navBody {
	background-color : #3366CC;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

.lineBody {
	background-color : White;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	border-bottom : 4px solid White;
}

/*
** the following styles relate to the table tag
**/

.sideTableLeft {
	border-right : 3px solid #0033CC;
}

.sideTableRight {
	border-left : 3px solid #0033CC;
}

/*
** the following styles relate to the text
**/

.text {
	font-family: verdana;
	font-size: 13px;
	padding : 0px 15px 0px 0px;
}

.textGeneral {
	font-family: verdana;
	font-size: 13px;
}

.textGeneralBorder {
	font-family: verdana;
	font-size: 13px;
	padding : 10px 0px 15px 0px;
}

.textGeneralBorderTop {
	font-family: verdana;
	font-size: 13px;
	padding : 10px 0px 15px 0px;
	border-top : 2px solid #0033CC;
}

.textGeneralWithImage {
	font-family: verdana;
	font-size: 13px;
	padding-left: 10px;
}

.textRegMark {
	font-size: 10px;
	vertical-align : top;
}

.textBold {
	font-weight: bold;
}

.textBlueBold {
	font-weight: bold;
	color : #3366CC;
}

.textBlueBoldCell {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color : #3366CC;
	padding : 0px 0px 0px 2px;
}

/* the following relates to the <hr> tag */

.blue {
	color : #3366CC;
	height: 3px;
	width: 500px;
}
