
h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	color : #C74D03;
	font-family : Verdana, sans-serif;
}

/* ---------   UL Style Settings  ---------------- */

UL.grbullet {
	list-style-image: url(../images/bullet.gif);
	list-style-position : outside;
	list-style-type : none;
	margin-top: 8px;
	margin-bottom: 8px;
}

UL.rtarrow {
	list-style-image: url(../images/rtarow.gif);
	list-style-position : outside;
	list-style-type : none;
	margin-top: 8px;
	margin-bottom: 8px;
}

.bp_disc {
	list-style : disc;
	list-style-type : disc;
	margin-left : -20px
	}

.bp_circ {
	list-style : circle inside;
}

.bp_sq {
	list-style : square;
	margin-left: 30px;
	margin-top : 4px;
	margin-bottom : 4px;
}

.bp_deci {
	list-style : decimal;
}

.bp_none {
	list-style : none;
}
/* ---------   End  UL Style Settings    ----------------*/

/* ------------------------  Form Style Settings ----------------*/
.astr {
	font-size: 14px;
	color: #FF0000;
}

.rs12head {
	margin-top : 2px;
	margin-bottom : 2px;
	font-size: 14px;
	font-weight : bold;
}

INPUT, TEXTAREA  {
	/*color : Navy;*/
	font-family : Verdana, sans-serif;
	font-size : 11px;
}

.line {
	border-top : 1px solid #A9A9A9;
}

.pointerhand {
	cursor: pointer;
	cursor: hand;
}

.formhd {
	/*color : Navy;*/
	font-family : Verdana, sans-serif;
	font-size : 11px;
	padding-left : 10px;
	font-weight : bolder;
}
/* ---------  End Form Style Settings ----------------*/


/* ---------  Margin Style Settings ----------------*/

.mardbpage {  /* standard margin for database managed page*/
	margin-top : 8px;
	margin-bottom : 8px;
}

.martb0 {
	margin-top : 0px;
	margin-bottom : 0px;
}

.martb2{
	margin-top : 2px;
	margin-bottom : 2px;
}

.mart2b8{
	margin-top : 2px;
	margin-bottom : 8px;
}

.martb4 {
	margin-top : 4px;
	margin-bottom : 4px
}

.marl4 {
	margin-left : 4px;
}

.martb4l4 {
	margin-top : 4px;
	margin-bottom : 4px;
	margin-left : 4px
}

.martb8 {
	margin-top : 8px;
	margin-bottom : 8px;
}

.mart8b4 {
	margin-top : 8px;
	margin-bottom : 4px;
}

.mart0b8 {
	margin-top : 0px;
	margin-bottom : 8px;
}

.martb12 {
	margin-top : 12px;
	margin-bottom : 12px;
}

.martb8r8 {
	margin-top : 8px;
	margin-bottom : 8px;
	margin-right: 8px;
}

.martb8l4 {
	margin-top : 8px;
	margin-bottom : 8px;
	margin-left : 4px
}

.martb8l8 {
	margin-top : 8px;
	margin-bottom : 8px;
	margin-left : 8px
}

.martb8tj { /* text justified */
	margin-top : 8px;
	margin-bottom : 8px;
	text-align : justify;
}

.martb12l8 {
	margin-top : 12px;
	margin-bottom : 12px;
	margin-left : 8px
}

.marl16 {
	margin-left : 16px
}

/* ---------End Miscelaneous Style Settings ----------------*/
