/* Common Part
----------------------------------------------- */
* {
margin:0;
padding:0;
}
html, body {
	height: 100%; 
	margin: 0; 
	padding: 0;
}

body
{
	background-color: #DAEDFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	scrollbar-face-color: #DBDBDB;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #EDEEE9;
	scrollbar-3dlight-color: #DBDFCE;
	scrollbar-arrow-color: #777777;
	scrollbar-track-color: #F6F6F6;
	scrollbar-darkshadow-color: #FFFFFF;
}

#all 
{
	margin: 0px auto;
	position: relative; 
	height: 100%;
	width: 956px;
}

html>body #all {
	height: auto; 
}    
  
.clear {
clear:both;
font-size:1px;
margin-top:-1px;
}  
  
/* =Misc(links)
----------------------------------------------- */
a {
	color:#257CDD;
	text-decoration: none
}
a:hover {
	color:#257CDD;
	text-decoration: underline
}
.whitelinks a {
	color:#FFFFFF;
	text-decoration: none
}
.whitelinks a:hover {
	color:#FFFFFF;
	text-decoration: underline
}
.darklinks a {
	color:#0c486b;
	text-decoration: none;
	font-weight: bold;
}
.darklinks a:hover {
	color:#0c486b;
	text-decoration: underline;
	font-weight: bold;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #222222
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #222222
}
h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #222222
}

.TextHeader 
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	color: #222222
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
margin-left:50px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #234495;
color:#ffffff
}