/* GENERAL --------------------------------------------------------- */
html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	background-color: #E6E9EE;
	background-image:url(header_bg.gif);
	background-repeat: repeat-x;
}

#Content {
	/*margin-top: -145px;*/
	padding-left: 119px;
	padding-bottom: 1em;
	/*padding-top: 180px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(content2_bg.gif);
	background-repeat:no-repeat;
	text-align:justify;
	min-height: 600px;
}
#ContentBody {
	width: 530px;
}
#ContentBody A {
	color: #000099;
	text-decoration:underline;
}
#ContentBody A:Hover {
	color: #0000FF;
}
#ContentBody A:Hover img {
	background-color: #F2F4F6;
	text-decoration:none;
}
#Message {
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size:10px;
}
.ntt {
	 DISPLAY: none;
}

p, li, a, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a { color: #00214D; text-decoration: none; }

h1 { 
	color: #000066;
	font-size:14px; 	
}


/* BUTTONS --------------------------------------------------------- */
A.PushButton {
	color: #000000;
	text-decoration: none;
	background-color: #F0F0F0;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #CCCCCC;
	height: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: repeat-x;
}

A.PushButton:Hover
{
	background-color:#0000CC;
	color:#FFFF00;
	text-decoration: none;
}

/* HEADER --------------------------------------------------------- */
#Header {
	/*background-color:#E6E9EE;*/
	background-image: url(content_bg.gif);
	background-repeat: no-repeat;
	height: 175px;
	left: 0px;
	top: 0px;
	width: 100%;
}

#Navigation {
	margin-left: 75px;
	margin-top: 5px;
}

/* FOOTER --------------------------------------------------------- */
#ContentBottom {
	background-image:url(content_bottom.gif);
	height: 7px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#Footer {
	padding-left: 80px;
}
#Footer, #Footer TD {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
	width: 550px;
}
.SmallText, .SmallText A {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}