
/* "global" template style sheet */

BODY, BODY DIV, BODY P, BODY TH, BODY TD, BODY LI,
BODY DD, BODY INPUT, BODY TEXTAREA, BODY CAPTION {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

BODY {
/* TODO - attributes */
	margin: 0px;
}

H1 {									/* H1 to be used as pagetitle */
/* TODO - attributes */
	font-size: 16pt; 	/* value for Netscape 4 */
	text-align: left;
	margin-top: 4px;
	margin-bottom: 3px;
	margin-right: 5px;
	font-weight: 800;
	color: #173080;
}

H2 {
/* TODO - attributes */
	font-size: 14pt; 	/* value for Netscape 4 */
	margin-top: 0.7em;
	margin-bottom: 0.4em;
	font-weight: 800;
	color: #000000;
}

H3 {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 */
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	font-weight: 800;
	color: #363636;
}

H4 {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 */
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	font-weight: 800;
	color: #7e7e7e;
}

P {
/* TODO - attributes */
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

OL  {
/* TODO - attributes */
	font-size: 12pt; 	/* value for Netscape 4 * some browser have incompability with OL */
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0px;
}

HR {
	color: #cccccc;
	background-color: #cccccc;
	border: 0px;
	height: 1px;
	margin: 0;
	margin-top: 0.6em;
	margin-bottom: 0.5em;
	clear: both;
}

UL  {
/* TODO - attributes */
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0px;
}

LI  {
/* TODO - attributes */
	margin-left: 1em;
	list-style-position: outside;
	list-style-type: none;
}

BODY INPUT {
/* TODO - attributes */
	font-family: monospace;
	font-size: 12pt; 	/* value for Netscape 4 */
	margin: 1px;
	/* see standard.non-nn4.css for this one */
	/* border: 1px #262626 solid; */
	background-color: #ffffff;
	}

INPUT.radio  {
	background: none;
	vertical-align: middle;
	border: 0px;
}

BODY TEXTAREA {
/* TODO - attributes */
	font-family: monospace;
	font-size: 12pt; 	/* value for Netscape 4 */
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	margin: 1px;
}

BODY INPUT.fancybutton {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

A:link {
/* TODO - attributes */
	color: #224096;
}

A:active {
/* TODO - attributes */
	color: #000000;
}

A:visited {
/* TODO - attributes */
	color: #0F2B7D;
}

A:hover {
	color: #DF2E00;
	text-decoration: underline;
}

A.accesskey {
	text-decoration: none;
}

.accesskey {
	text-decoration: underline;
}

A.accesskey {
	text-decoration: none;
}

A.accesskey:hover {
	text-decoration: underline;
}

.accesskey {
	text-decoration: underline;
}

TABLE {
	border: 0px;
	margin: 0px;
}

TH {
	vertical-align : top;
	text-align: left;
	font-weight: normal;
}

TD {
	vertical-align : top;
	padding: 0px;
}

TD.maingfx {
	border-bottom: 1px solid #8C8C8C;
}


TD.copyright {
/* TODO - attributes */
	padding: 16px;
	font-size: 10pt; 	/* value for Netscape 4 */
	background-color: #F8F6F3;
	vertical-align : bottom;
	border-top: 1px solid #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
	color: #787B7A;
}

TD.logo, TD.ticker {
	text-align: left;
	background-image: url("/images/logo-back.gif");
	background-repeat: repeat-x;
}

TD.ticker {
	padding-top: 6px;
}

TD.menu {
	text-align: left;
	background-image: url("/images/menu-back.gif");
	background-repeat: repeat-x;
}

TD.menu TD.leftshadow {
	background-image: url("/images/leftshadow.gif");
	background-repeat: repeat-y;
	background-position: right;
}

TD.straightline {
/* TODO - attributes */
	background-color: #000000;
}

TD.alttoolbar {
/* TODO - attributes */
	text-align: right;
	vertical-align: middle;
	background-color: #183180;
	background-image: url("/images/alttoolbar-back.gif");
	background-repeat: repeat-x;

}

TD.toolbar {
	vertical-align: top;
	background-color: #F7F7F6;
	background-image: url("/images/toolbar-back.gif");
	background-repeat: repeat-x;
	text-align: center;
}

TD.managetoolbar {
/* TODO - attributes */
	text-align: right;
	vertical-align: bottom;
	background-color: #636669;
	padding-left: 20px;
}
.pagemenu {
	color: #cccccc;
	padding-bottom: 3px;
	padding-right: 5px;
}

.splashnews {
/* TODO - attributes */
	background-color: #ECECEC;
	border-left: 1px solid #ffffff;
	padding: 5px;
	text-align: left;
	color: #535353;
}

TABLE.clear TD.splashsummary {
	border-bottom: 1px solid #B9B4AD;
	padding-bottom: 5px;
}

.accesskey_menu {
	float: left;
	color: white;
	padding-top: 4px;
}
.accesskey_menu A, .accesskey_menu A:link, .accesskey_menu A:active, .accesskey_menu A:visited {
	color: #cccccc;
}
.accesskey_menu A:active, .accesskey_menu A:focus {
	color: #ffffff;
}

.pagetitle H1 {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.calendar_button BUTTON {
	background: none;
	border: none;
}
.calendar_button BUTTON SPAN {
	display: none;
}

TD.rightshadow {
	background-color: #D1CEC9;
	background-image: url("/images/rightshadow.gif");
	background-repeat: repeat-y;

}

TD.mainbox {
	background-color: #FFFFFE;
}

TABLE.clear, TABLE.clear TD {
	background: none;
	border: 0px;
	padding: 0px;
	color: #535353;
}

#flashcontent {
	color: #FFFFFF;
}

#flashcontent a:link, #flashcontent a:hover, #flashcontent a:visited  {
	color: #D8F0FF;
}

#nonflash {
	width: 560px;
	padding-top: 45px;
	text-align: right;
}




 
