/* CSS Document */
td {
	text-align: justify;
	font-family:tahoma;
	color:#333333;
}

body { 	margin:10px;padding:0px; background-color:#ffffff;text-align:justify; }

.copy{
font-family:tahoma;
color:#333333;
}


.gray {color:#333333; text-decoration:none}
.blue {color:#003366; text-decoration:none}

.sm {font-size:10px}
.u {text-decoration:underline}
.t {text-transform:uppercase}
.big {font-size:11px}

.sub_form { width:199px;
		height:19px;
		font-family:tahoma;
		border-style:;
		border-width:;
		border-color:#;
		background-color:#;
		color:#5E5E5E;
		margin-left:0px;
		margin-right:0px}
		
.form { width:202px;
		height:18px;
		font-family:tahoma;
		border-style:solid;
		border-width:1px;
		border-color:#D8D8D8;
		background-color:#E8E8E8;
		color:#5E5E5E;
		margin-left:0px;
		margin-right:0px}
		
.textarea { width:202px;
		height:178px;
		font-family:tahoma;
		border-style:solid;
		border-width:1px;
		border-color:#D8D8D8;
		background-color:#E8E8E8;
		color:#5E5E5E;
		overflow:hidden;
		margin-left:0px;
		margin-right:0px}

.rollover {scrollbar-face-color:#4A483E;
		scrollbar-track-color:#FAF4D3;
		scrollbar-arrow-color:#FAF4D3;
		scrollbar-3Dlight-color:#FAF4D3;
		scrollbar-base-color:#FAF4D3;
		scrollbar-shadow-color:#FAF4D3;
		scrollbar-darkshadow-color:#FAF4D3;
		scrollbar-highlight-color:#FAF4D3;
		}
.phpdigHighlight { color: #000000;
                   background-color: #ADB5CE;
                   font-weight: bold; }
.grey { padding: 5px;
        margin-top: 8px;
        margin-bottom: 18px;
        margin-right: 32px;
        border: 2px dotted #666686;
        background-color: #EEEEEE;
        font-size: 10px; }
.greyForm { padding: 3px;
            border: 1px solid #666686;
            background-color: #EEEEEE;
            font-size: 10px; }
.blueForm { background-color: #EEEEFF;
            text-align: center;
            font-size: 12px;
            font-weight: bold;
            padding: 3px;
            border: 1px solid #5B4A86; }
.borderCollapse { border-collapse: collapse; }
.phpdigMessage { padding: 1px; background-color: #7384B5; color: white; }
.smallLink { font-size: 10px; background-color: #BBCCEE; }
.color_table_outline {
	background-color: #d5d5e5;
	color: #000000;
	border: 1px solid #5b4a86;
}
.color_top_bottom {
	background-color: #f5f5ff;
	color: #000000;
}
.color_sub_top_bottom {
	background-color: #eeeeff;
	color: #000000;
}
.color_table_cells {
	background-color: #eeeeee;
	color: #000000;
}

a.menulink:link
{
   text-align:left;
   text-decoration:none;
   color:#121272;
}

a.menulink:visited
{
   text-align:left;
   text-decoration:none;
   color:#121272;
}

a.menulink:active
{
   text-align:left;
   text-decoration:none;
   color:#121272;
}

a.menulink:hover
{
   text-align:left;
   text-decoration:none;
   color:#FAB802;
}

a.menulinkb:link
{
   text-align:left;
   text-decoration:none;
   font-size:18px;
   font-weight:bold;
   color:#121272;
}

a.menulinkb:visited
{
   text-align:left;
   text-decoration:none;
   font-size:18px;
   font-weight:bold;
   color:#121272;
}

a.menulinkb:active
{
   text-align:left;
   text-decoration:none;
   font-size:18px;
   font-weight:bold;
   color:#121272;
}

a.menulinkb:hover
{
   text-align:left;
   text-decoration:none;
   font-size:18px;
   font-weight:bold;
   color:#FAB802;
}

a:link
{
   text-align:left;
   text-decoration:none;
   color:#121272;
}

a:visited
{
   text-align:left;
   text-decoration:none;
   color:#121272;
}

a:active
{
   text-align:left;
   text-decoration:none;
   color:#121272;
}

a:hover
{
   text-align:left;
   text-decoration:none;
   color:#FAB802;
}


span{text-align:justify;}

/* CSS Document */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
text-align:left;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

#dropmenudiv a:active {
   color: black;
   width: 100%
   display: block;
   text-indent: 3px;
   border-bottom:1px solid black;
   padding: 1px 0;
   text-decoration: none;
   font-weight: bold;
}

#dropmenudiv a:visited { 
   color: black;
   width: 100%
   display: block;
   text-indent: 3px;
   border-bottom:1px solid black;
   padding: 1px 0;
   text-decoration: none;
   font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
   background-color: #E3DFE5;
   color: black;
}

#linkmenu
{
   float:left;
   margin:0px;
   padding:0px;
}

#linkmenu ul 
{
   padding: 0;
   margin: 0 0 0 0;
   list-style: none;
   display: block;
}

#linkmenu li 
{
   list-style: none;
   float: left;
   padding:0;
   margin: 0 0 0 0;
}








