/* CSS Document */

/*basics*/
body {
        font: 10pt Verdana, Geneva, Arial, helvetica, sans-serif;
        color: #000000;
        margin: 0px;
        }



/*links*/
a:link {
        font-weight: normal;
        color: navy;
        }

a:visited {
        font-weight: normal;
        color: #000000;
        }

a:hover, a:active {
        color: red;
        }
/*Main/ Admin  Menu Items */
a:link.menuitem {
        font-weight: normal;
        text-decoration: none;
        color: #000000;
        }

a:visited.menuitem {
        font-weight: normal;
        text-decoration: none;
        color: #000000;
        }

a:hover.menuitem, a:active.menuitem {
        text-decoration: underline;
        color: #0f0f0f;
        }
/* Bottom Menu Items */
a:link.bottomlink {
        font-weight: normal;
        text-decoration: none;
        color: #000000;
        }

a:visited.bottomlink {
        font-weight: normal;
        text-decoration: none;
        color: #000000;
        }

a:hover.bottomlink, a:active.bottomlink {
        font-weight: normal;
        text-decoration: none;
        color: #ff0000;
        }


/*hiddens*/
span hidden {
        display: none;
}


.bodyline	{ border: 1px #7a96df solid; }
input	{ border: 1px #7cab0f solid; }
textarea	{ border: 1px #7cab0f solid; }
select	{ border: 1px #7a96df solid; }


	/* Module Style 2*/
	.module_2 { width: 100%; color: #0956A6; margin-bottom: 10px; border: #7FB6DD 1px solid; width: 100%; text-align: left;  }
	.module_2 H2 { background: #D0E5F8; font-size: 1em; padding: 3px; margin: 0; border-bottom: #7FB6DD 1px solid; word-wrap: break-word;  }
	.module_2 H3 { background: #D0E5F8; font-size: xx-small; padding: 5px; margin: 0; border-bottom: #7FB6DD 1px solid; font-family: verdana; word-wrap: break-word;  }
	.module_2 .body { background: #FFF; padding: 8px; margin: 1px 0 0 0; word-wrap: break-word; }
	.module_2 HR { width: 95%; height: 1px; border: #7FB6DD solid; border-width: 1px 0 0 0; }


.submit{BACKGROUND: #d6e7ef; BORDER-BOTTOM: #104a7b 1px solid; BORDER-LEFT: #afc4d5 1px solid; BORDER-RIGHT: #104a7b 1px solid; BORDER-TOP: #afc4d5 1px solid; COLOR: #000066; CURSOR: hand; FONT-FAMILY: tahoma,verdana,sans-serif; FONT-SIZE: 11px; HEIGHT: 19px; TEXT-DECORATION: none;}

.hr { width: 95%; height: 1px; border: #7FB6DD solid; border-width: 1px 0 0 0; }




/* CSS Document */

.content{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#333333
}

.copyright{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#FFFFFF;
text-decoration:none
}

.copyright A{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#FFFFFF;
text-decoration:none
}

.copyright A:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#FFFFFF;
text-decoration:none
}

.bottomlinks{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#BDBDBD;
text-decoration:none
}

.bottomlinks A{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#BDBDBD;
text-decoration:none
}

.bottomlinks A:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#333333;
text-decoration:none
}


.header{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background:#7cab0f;
	color:#ffffff;
	font-weight: bold;
}

