A {
	text-decoration: none ;
	color : #CC0000 ;
	font-weight : bold ;
	}

A:visited {
	}

A:hover {
	color : #FF9933 ;
	text-decoration: underline ;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

BODY {
	background-color : #FFFFFF ;
/*	border-left : 20px #FF9933 solid ;
	border-right : 20px #FF9933 solid ; */
	font-family : "Georgia", serif ;
	font-size : 14px ;
	margin : 0px 20px ;	
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

DIV.divBody {
	}

DIV.divFooter {
	background-color : #FF9933 ;
	color : #FFFFFF ;
	font-size : 12px ;
	text-align : center ;
	margin : 0px ;
	padding : 10px 20px ;
	}

DIV.divHeader {
	text-align : center ;
	margin : 0px ;
	padding : 10px ;
	}

DIV.divNavbar {
	text-align : left ;
	margin : 0px ;
	padding : 0px 40px ;
	border-bottom : 12px #FF9933 solid ;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

DIV.block {

	border-top : 1px #CC0000 dashed ;
	border-left : 1px #CC0000 dashed ;
	border-bottom : 1px #CC0000 dashed ;
	margin : 5px 20px ;
	padding : 10px ;
	}

DIV.confirm {
	border-top : 1px #CC0000 dashed ;
	border-left : 1px #CC0000 dashed ;
	border-bottom : 1px #CC0000 dashed ;
	background-color : #FFFF99 ;
	margin : 5px 20px ;
	padding : 10px ;
	text-align : center ;
	}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

FORM {
/*	border-top : 1px #CC0000 dashed ;
	border-bottom : 1px #CC0000 dashed ;
	border-left : 1px #CC0000 dashed ;
	background-color : #EFEFEF ; */
	margin : 20px ;
/*	padding : 10px ; */
	color : #000000 ;
	font-size : 14px ;
	font-style : italic ;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

INPUT,SELECT {
	font-family : "Georgia", serif ;
	font-size : 12px ;
	font-style : normal ;
	margin : 4px ;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

H1 {
	color : #CC0000 ;
	font-size : 20px ;
	font-weight : bold ;
	margin : 20px ;
	border-bottom : 2px #CC0000 dotted ;
	}

H2 {
	color : #CC0000 ;
	font-size : 16px ;
	font-weight : bold ;
	margin : 20px ;
	border-bottom : 1px #000000 dotted ;
	}

H3 {
	color : #336699 ;
	font-size : 24px ;
	font-weight : bold ;
	margin : 0px ;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

IMG {
	border : 0px none ;
	margin : 0px ;
	padding : 0px ;
	}

IMG.pgicon {
	float : right ;
	margin : 0px 20px 20px 40px ;
	}

IMG.navtab {
	margin : 0px 1px ;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

LI {
	list-style : url("img/bullet.gif") ;
	margin : 4px 10px ;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

P {
	margin : 20px ;
	text-align : justify ;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

SPAN.blocktitle {
	color : #CC0000 ;
	font-size : 16px ;
	font-weight : bold ;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

TABLE {
	margin : 0px ;
	}