body {
	background-color: #2b422b;
	font-size: 14px;
	font-family: Times New Roman, arial, sans-serif;
	color: #dfdfdf;
	margin:0px;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

h1{
	text-align:center;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}
h2{
	text-align: center;
	font-size: 14px;
	font-weight: bold;	
}
h4{
	text-align:center;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}
a {font-size: 14px;
	color: #000000; 
	font-family: Times New Roman, arial, sans-serif;
	background-color: transparent;
}
a:link {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: #000066;
	background-color: transparent; 
	text-decoration: none;
}
a:visited {
	color: #000000; 
	background-color: transparent; 
	text-decoration: none;
}
a:hover {
	color: #a00000;
	text-decoration: none;
}
.headertext {
   background-color: #385893; 
	border-bottom: #336699 1px solid;
	border-top: #d4e4f3 1px solid;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 1px;
	padding-top : 1px;
	font-family: Times New Roman, arial, Times New Roman, sans-serif;
	font-size: 14px;
	color: #336699;
	text-align: left;
}
.smalltext {
   background: none;
	font-family: Times New Roman, arial, Times New Roman, sans-serif;
	font-size: 9px;
	font-style: normal;
}
.smallblacktext {
    background: none;
	font-family: Times New Roman,arial, Times New Roman, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#000;
}
.smart {
   background: none;
	font-family: Times New Roman, Times New Roman, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#000;
}
form {
	margin: 2px 0px 0px 0px;
}
select{
	background-color: transparent;
	font-family: Times New Roman, arial, Times New Roman, sans-serif;
	font-size: 14px;
	color: #000;
}
legend {
    padding-bottom : 1px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 1px;
	border: #aaaaaa 1px solid;
	font-family: Times New Roman, arial, Times New Roman, sans-serif;
	background-color: #656b69;
	text-align:center;
}
fieldset{
    padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
	border: #aaaaaa 1px solid;
}
hr {
	border-top: #666 1px solid;
	border-bottom: #eee 1px solid;
	text-align:center;
	font-size: 1px;
}
p {
	font-size: 14px;
	color: #fff;
	text-align: justify;
	text-indent: 2em;	
}
p.tit{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
li{
	font-size: 14px;
	color: #fff;
	text-align: justify;
	text-indent: 2em;	
}
td{
	font-size: 14px;
	color: #dfdfdf;
}


.np{
	background-color: #777777;
	border-top: #5C5C5C 1px solid;
	border-right: #dfdfdf 1px solid;
	border-left: #5C5C5C 1px solid;
	border-bottom: #dfdfdf 1px solid;
	font-family: Times New Roman, arial, Times New Roman, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	padding: 0px;
}

.spacer{
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 15px;
}

.border {
	border-bottom: #000066 1px solid;
	border-left: #000066 1px solid;
	border-right: #000066 1px solid;
	border-top: #000066 1px solid;
	background-color: transparent;
}


.small{
	font-size: 3px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 200px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
color: #000;
font-size: 11px;
font-family: Arial,  Tahoma;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
filter:Alpha(Opacity=85,style=0);
  /* Mozilla proprietary */
  -moz-border-radius: 5px;
  -moz-opacity: 0.85;
}

#dhtmlpointer{
color: #000;
font-size: 10px;
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.gallerycontroller{
width: 250px;
}

.gallerycontent{
width: 500px;
height: 70px;
border: 2px solid WHITE;
background-color: ORANGE;
padding: 3px;
display: block;
}

.button{
	border-bottom: #5C5C5C 1px solid;
	border-left: #dfdfdf 1px solid;
	border-right: #5C5C5C 1px solid;
	border-top: #dfdfdf 1px solid;
	color: #000;
	font-family: Times New Roman,  sans-serif;
	font-size: 14px;
	text-align:center;
    background-color:   #E5E5E5;
    background: -moz-linear-gradient(top,  #ffffff,  #cccccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
    background: -o-linear-gradient(top,  #ffffff,  #cccccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');	
	-khtml-border-radius:0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
    -moz-box-shadow: 0px 5px 9px #888;
    -webkit-box-shadow: 0px 5px 9px #888;
	box-shadow: 0px 5px 9px #888;
}
