
/* CSS Document */

/*
	titles
*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1366a0;
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cedcef;
	padding-bottom: 10px;
}

#newsColumContainer h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1366a0;
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cedcef;
	padding-bottom: 10px;
	background-image: url(../images/arrow_red_big_boxed.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 25px;
}

#clientAreaContainer h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1366a0;
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cedcef;
	padding-bottom: 10px;
	margin-right: 25px;
	background-image: url(../images/arrow_red_big_boxed.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 25px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1366a0;
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
	border-bottom: 1px solid #cedcef;
	padding-bottom: 5px;
	background-image: url(../images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 13px;
	line-height: 16px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1366a0;
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
	border-bottom: 1px solid #cedcef;
	padding-bottom: 5px;
	background-image: url(../images/arrow_blue_small.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 13px;
	line-height: 16px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1366a0;
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
	border-bottom: 1px solid #cedcef;
	padding-bottom: 5px;
	background-image: url(../images/mark_4boxes_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 13px;
	line-height: 16px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1366a0;
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	line-height: 16px;
}

/*
	special P
*/

P.special {
	padding: 10px;
	border: 1px solid #cedcef;
	background-color: #e9f2ff;
	margin-bottom: 16px;
}

/*
	lists
*/

UL {
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-bottom: 16px;
}

UL LI {
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	padding-left: 13px;
	background-image: url(../images/arrow_red_small.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

UL.spaced {
}

UL.spaced LI {
	padding-bottom: 16px;
}

UL.hilight {
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-bottom: 16px;
}

UL.hilight LI {
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	background-image: url(../images/arrow_red_boxed.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

UL.hilightSpaced {
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-bottom: 16px;
}

UL.hilightSpaced LI {
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 16px;
	background-image: url(../images/arrow_red_boxed.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

UL.special {
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 1px solid #cedcef;
	background-color: #e9f2ff;
	padding: 10px;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

UL.special LI {
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	padding-left: 13px;
	background-image: url(../images/arrow_red_small.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

OL {
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	margin-left: 24px;
	padding-bottom: 16px;
}

OL LI {
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
}



