p{
	margin: 0px;
}

html {
	height: 100%; margin: 0px; padding: 0px;
}

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

h5 {
	font-size: 0.8em;
}

body {
	font-family: verdana, sans-serif;
	text-align: center;
	margin: 0px;
	height: 100%;
	padding: 0px;
	background-color: #f3f3f3;
	color: #000000;
	font-size: 12px;
}

a {
	/* text-decoration: none;
	*/
}

/*	Workaround mainly for IE, font sizes specified in ems
 	aren't inherited by tables or their elements unless
 	explicity specified */
table,tr,td {
	/* font-size: 1.0em; */
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	/* color: inherit; */
}

img {
	border: 0px;
}

input,textarea,select {
	font-family: sans-serif;
}

.printonly {
	display: none;
}

.noprint {
	display: block;
}



#contentwrapper {
	text-align: left;
	margin: auto;
	width: 750px;
	margin-top: 10px;
}

#headerbox {
	
}

#footerbox {
	
}

#footerbox td {
	color: #4162c9;
	font-size: 9px;
}

#footerbox a {
	color: #3d62b1;
	text-decoration: none;
}


#contentbox {
	width: 730px;
	background-color: #ffffff;
}

#topshadow {
	background-image: url("images/shadows/top.gif");
	background-repeat: repeat-x;
	background-position: center;
	width: 750px;
	height: 10px;
	font-size: 1px;
}

#bottomshadow {
	background-image: url("images/shadows/bottom.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 750px;
	height: 10px;
	font-size: 1px;
}

#leftshadow {
	background-image: url("images/shadows/left.gif");
	background-repeat: repeat-y;
	background-position: right;
	width: 10px;
	font-size: 1px;
}

#rightshadow {
	background-image: url("images/shadows/right.gif");
	background-repeat: repeat-y;
	background-position: left;
	width: 10px;
	font-size: 1px;
}

#topleftshadow {
	background-image: url("images/shadows/topleft.gif");
	background-repeat: no-repeat;
	background-position: top right;
	width: 10px;
	height: 10px;
	font-size: 1px;
}

#toprightshadow {
	background-image: url("images/shadows/topright.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 10px;
	height: 10px;
	font-size: 1px;
}

/* index */

.indexpanel {
	width: 730px;
	height: 470px;
	background-color: #ffffff;
}

/* subpage */

.subpage_leftmenu {
	width: 225px;
	height: 470px;
	float: left;
}

.subpage_rightcontent {
	width: 505px;
	float: left;
	padding-bottom: 40px;
}

/* leftmenu */

.leftmenu {
	padding-top: 40px;
	padding-left: 45px;
	font-size: 11px;
	color: #3d67b1;
	font-weight: bold;
}

.leftmenu_inner {

}

.leftmenu_inner .leftmenu_inner {
	padding: 0px;
	padding-left: 10px;
}

.leftmenu_inner .leftmenu_inner .leftmenu_inner {
	padding: 0px;
	padding-left: 10px; 
}

.leftmenu a {
	color: #868686;
	text-decoration: none;
}


.stdpage_footer {
}

.stdpage_footer a {
	text-decoration: none;
	color: #868686;
}

.stdpage_footer p {
	font-size: 10px;
}

/* sIFR font replacements */

.tradegothic {
	font-size: 20px;
}

.cabourg {
	font-size: 25px;
	line-height: 20px;
}

.helvetica {
	font-size: 16px;
	line-height: 20px;
	font-family: helvetica
}

.helvetica_t_small {
	font-size: 11px;
	line-height: 13px;
	font-family: helvetica;
	color: #111111;
}

.helvetica_t_small a {
	color: #111111;
}

/* sIFR styles */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sFIR-hasFlash.tradegothic {
	/* visibility: hidden; */
	font-size: 20px;
}

.sFIR-hasFlash.cabourg {
	/* visibility: hidden; */
	font-size: 20px;
}

/* DomTT styles */

/* Default DOM Tooltip Style */
div.domTT {
    border: 1px solid #888888;
	width: 180px;
}
div.domTTCaption {
   /* font-family: sans-serif; */
    font-size: 10px;
    font-weight: bold;
    padding: 1px 2px;
    color: #ffffff;
    background-color: #7e0000;/* #aaaaaa; */
	text-align: left;
}
div.domTTContent {
    font-size: 10px;
   /* font-family: sans-serif; */
    padding: 3px 2px;
	color: #909090;
    background-color: #ffffff;
text-align: left;
}
/* Classic Style */
div.domTTClassic {
    border: 1px solid black;
    background-color: #FBF4D4;
}
div.domTTClassicCaption {
    font-family: serif;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    padding: 1px 2px;
}
div.domTTClassicContent {
    font-size: 10px;
    font-family: Arial, sans-serif;
    padding: 1px 2px 0 2px;
}
/* Win9x Style */
div.domTTWin {
  border: 2px outset #BFBFBF;
  background-color: #808080
}
div.domTTWinCaption {
  border: 0px solid #BFBFBF;
  border-width: 1px 1px 0px 1px;
  background-color: #00007F;
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
  color: white;
}
div.domTTWinContent {
  border: 1px solid #BFBFBF;
}
/* Overlib Style */
div.domTTOverlib {
    border: 1px solid #333366;
}
div.domTTOverlibCaption {
    font-family: Verdana, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #333366;
}
div.domTTOverlibContent {
    font-size: 10px;
    font-family: Verdana, Helvetica;
    padding: 2px;
    background-color: #F1F1FF;
}
div.domTTMenu {
  width: 150px;
  border: 2px outset #E6E6E6;
}
div.domTTMenuCaption {
  font-size: 12px;
  font-family: sans-serif;
  background-color: #E6E6E6;
}
div.domTTMenuContent {
  padding: 1px 0;
  background-color: #E6E6E6;
}