/* CSS Document */

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	padding-bottom: 15px;
}

P.space {
	padding-bottom: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #f7e300;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-bottom: 25px;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f7e300;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #f7e300;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f7e300;
	margin-bottom: 30px;
}

UL {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 25px;
}

UL LI {
	list-style-image: none;
	list-style-type: none;
	background-image: url(../images/yellow_mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 3px;
}

UL LI.sub {
	background-image: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;

}

UL LI.sub UL {
	padding: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

UL LI.sub UL LI {
	list-style-image: none;
	list-style-type: none;
	background-image: url(../images/green_mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	padding-bottom: 3px;
}

.hilight {
	color: #f7e300;
}

.whiteBigHilight {
	color: #f7e300;
	font-size: 16px;
	font-weight: bold;
}

/*
	proposalTable
*/

#proposalTable {
	width: 100%;
	border-left: 1px solid #7d9ed1;
	border-top: 1px solid #7d9ed1;
	margin-bottom: 25px;
}

#proposalTable th {
	color: #ffffff;
	vertical-align: top;
	font-size: 11px;
	border-right: 1px solid #7d9ed1;
	border-bottom: 1px solid #7d9ed1;
	background-color: #245299;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#proposalTable th div {
	padding: 5px;
}

#proposalTable td {
	color: #ffffff;
	vertical-align: top;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #7d9ed1;
	border-bottom: 1px solid #7d9ed1;
}

#proposalTable td div {
	padding: 5px;
}

#proposalTable .tit {
	width: 100px;
}

#proposalTable .typ {
	width: 90px;
}

/*
	contact table
*/

#contactTable {
	width: 100%;
}

#contactTable .photo {
	text-align: right;
}

#contactTable .photo img {
	border: 15px solid #7d9ed1;
}






















