@CHARSET "ISO-8859-1";
/* @IdMPORT url("../theme/Master.css"); */

H1, H3 {
	color: #2e6caf;
}

H2 {
    COLOR: #6666CC;
	font-family: serif;
	font-style: italic	
}

H4 {
	text-transform: none;
	text-align: left;
	color: #2e6caf;
}

BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #333366;
	font-family: sans-serif
}

BODY, P, LI {
	font-size: 11pt;
}

A {
	text-decoration: none;
}

A:LINK {
/*	text-decoration: none; */
	color: #2872ae;
/*	border-bottom-style: dashed;
	border-bottom-width: 1px;
*/
}

A:HOVER {
	background-color: #dde9ff;
	text-decoration: underline;
}

A:VISITED {
/*	color: #5e009b; */
	color: #a33081
}

.redcolor {
	color: #c03d28;
}

a.redcolorlink:link {
	color: #c03d28;
	border-bottom-style: none;
	background: none;
}

a.redcolorlink:visited {
	color: #903d28;
	border-bottom-style: none;
	background: none;
}

a.redcolorlink:HOVER {
	color: #c03d28;
	text-decoration: underline;
	background: none;
}

.withlogo {
	list-style-image: url("../images/icon.gif");
	list-style-position: outside;
	padding-left: 1em;
	font-size: 11pt;
	margin-left: -0.5em;
}

.leveltwo {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: none;
	padding-left: 0em;
	font-size: 11pt;
	margin-left: -1.5em;
}

.inlineTitle {
	font-family: serif;
	font-style: italic;
	color: #c03d28;
	font-weight: bold;
	font-size: 14pt;
	margin-top: 1ex;
	margin-bottom: 0.5ex;
}

H2.redStyle {
	font-family: serif;
	font-size: 16pt;
	font-style: italic;
	color: #c03d28;
	font-weight: bold;
	margin-top: 1ex;
	margin-bottom: 0.5ex;
}


H3.redStyle {
	font-family: serif;
	font-style: italic;
	color: #c03d28;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 1.5ex;
	margin-bottom: 0.5ex;
}

H4.redStyle {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #c03d28;
	font-size: 13pt;
	margin-top: 1ex;
	margin-bottom: 0.5ex;
}


P.notopmargin {
	margin-top: 0px;
}

UL.notopmargin {
	margin-top: 0px;
}

/** Styles for the menu on the right */
TABLE.menuTable TR TD {
	background-color: #f3faff;
}

TABLE.menuTable TR TD.selected {
	background-color: #ffed6a;
}

TABLE.menuTable TR.empty TD {
	height: 1ex;
	empty-cells: show;
	background-color: transparent;
}

TABLE.menuTable TR TD P.small {
	margin-left: 0.5em;
	font-size: 10pt;
}

TABLE.menuTable TR TD P.smaller {
	margin-left: 1em;
	font-size: 9pt;
}

A IMG.noborder {
	border-style: none;
	border-width: 0pt;
	text-decoration: none;
}

A:VISITED IMG.noborder {
	border-style: none;
	border-width: 0pt;
	text-decoration: none;
}

/** End of styles for the menu on the right */