/***********************/
/* redefined HTML tags */
/***********************/

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

hr {
	color: #000000;
}

body {
	font-family: Arial;
	font-size: 8pt;
	color: #454545;
	
}

input {
	font-family: Arial;
	font-size: 8pt;
	border: 1px outset #000000;
}

select {
	font-family: Arial;
	font-size: 8pt;
	border: 1px outset #000000;
}

td {
	font-size: 8pt;
}

textarea {
	border: 1px outset #000000;
	font-family: Arial;
	font-size: 8pt;
	
}

/***************/
/* custom tags */
/***************/

.bodyText {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 6px;
	vertical-align: top;
	}

.bg01 {
	background-color: WHITE;
}

.bg02 {
	background-color: #EBEBEB;
}


.bg02:hover {
	cursor: pointer;
}

.bgTxt01 {
	background-color: #F1F6F0;
	color: #2C7118;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 6px;
	background-position: top;

}

.bgTxt02 {
	background-color: #F4F7FC;
	color: #629AD7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 6px;
}

.bgTxt03 {
	background-color: #4F4F4F;
	font-weight: bold;
	color: #FFFFFF;
		padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 6px;
}

.bgTxt04 {
	background-color: #EBEBEB;
	font-weight: bold;
	color: #FFFFFF;
}

.btn01 {
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
	background-color: #EBEBEB;
	text-align: center;
	border-right: 2px outset;
	border-bottom: 2px outset;
}

.btnRoll {
	color: WHITE;
	cursor: pointer;
	background-color: #331F20;
	text-align: center;	
	border-right: 2px outset;
	border-bottom: 2px outset;
}

.checkbox {
	border:0px;
}

.headline {
	font-weight: bold;
	font-size: 9pt;
	text-transform: uppercase;
}

.headlineLarge {
	font-weight: bold;
	font-size: 18pt;
}

.highlight {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

.highlight:hover {
	color: RED;
}

.hide {
	display: none;
	visibility: hidden;
} 

.show {
	display: block;
	visibility: visible;
} 

.txt01 {
	color: #FFFFFF;
}

.txt03 {
	color: #FF00FF;
}

.txt04 {
	color:  #4F4F4F;
}
.helpBg {
	background-image: url(../../images/helpBg.gif);
	background-repeat: repeat-x;
}
