* {
	font-family:Arial;
	font-size:11pt;
}

body {background-color:#808080;margin:30px 0px 0px 0px;  }       
td {color : #000000; font-family : Arial;  font-size : 11pt; font-weight : normal; line-height : 12pt; text-align:left;
margin-top: 0; margin-bottom: 0;}
h1 {font-size : 12pt; color : #013b6b; line-height : 14pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
margin-top: 0; margin-bottom: 5;}
.bulletin {color : #cccccc; font-family : Arial;  font-size : 12pt; font-weight : bold; line-height : 12pt;
margin-top: 0; margin-bottom: 0;}
.copyright {color : #cccccc; font-family : Arial;  font-size : 8pt; font-weight : normal; line-height : 12pt;
margin-top: 0; margin-bottom: 0;}
.sidemenu {color : #cccccc; font-family : Arial;  font-size : 11pt; font-weight : bold; line-height : 18pt;
margin-top: 5; margin-bottom: 0;}
.tablemenu {color : #cccccc; font-family : Arial;  font-size : 11pt; font-weight : normal; line-height : 12pt;
margin-top: 0; margin-bottom: 0;}


a:link    { color: #ffffff; font-weight: normal; TEXT-DECORATION: none }
a:visited { color: #ffffff; font-weight: normal; TEXT-DECORATION: none }
a:active  { color: #ffffff; font-weight: normal; TEXT-DECORATION: none }
a:hover   { color: #000000; font-weight: normal; TEXT-DECORATION: none }

.sidemenu A:link    { color: #cccccc; font-weight: bold; TEXT-DECORATION: none; }
.sidemenu A:visited { color: #cccccc; font-weight: bold; TEXT-DECORATION: none }
.sidemenu A:active  { color: #cccccc; font-weight: bold; TEXT-DECORATION: none }
.sidemenu A:hover   { color: #000000; font-weight: bold; TEXT-DECORATION: none }

#box2 {
background:black;
color:white
} 

form {  
    margin:0;  
    padding:0;  
}  
input[type="text"] {  
    padding:2px;
    width:300px;
}  
textarea {  
    padding:2px;  
		500px;  
    height:60px;  
	border: 1px solid #7f3e98; 
	background: #dadada; 
    margin:5px 0 5px 0px;  
}  
.textInput { 
	border: 1px solid #7f3e98; 
	background: #dadada; 
}
.LoginInput { 
	border: 1px solid #808080; 
	background: #dadada; 
    width:300px;
}
select {  
    padding:2px;  
	border: 1px solid #7f3e98; 
	background: #dadada; 
}  
.file {  
    padding:2px;  
    width:300px;  
	border: 1px solid #7f3e98; 
	background: #dadada; 
	display: block;
}  
.button {  
    width:60px;  
}  
p {  
    margin:0 0 5px 0;  
    padding:0;  
}  
.error {  
    color:#FF0000;  
    margin:0 0 10px 0;  
}  
.accept {  
    color:#339966;  
    margin:0 0 10px 0;  
}  
.SubmitButton {
	border: 1px solid #7f3e98; 
	padding: 2px;
	width: 306px;
	background-color: #7f3e98;
	color: #ffffff;
}
.LoginButton {
	border: 1px solid #808080; 
	padding: 2px;
	width: 306px;
	background-color: #808080;
  	font: normal 14px/18px sans-serif;
	color: #ffffff;
}
.TabButton {
	border: 0px solid #7f3e98; 
	padding: 2px;
	width: 94px;
	background-color: #7f3e98;
	color: #ffffff;
  	font: normal 13px/18px sans-serif;
	text-align: center;
}

.module {
	position:absolute;
	top:35px;
	padding-left:20px;
	width:500px;
	text-align:center;
	color:#e0e0e0;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.rowHover{
    font-size: 12px;
    color: #666;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 18px;
    -webkit-text-size-adjust: none;
	height:70px;
}
.rowHover:hover {
	background-color:#ffe0e0;
	cursor:pointer;
}

input, textbox, select, textarea {
	background:#dadada;
	border:1px inset #ffffff;
}

.systemTable {
	background:#eeeeee;
	width:100%;
}

.systemTable td, th {
	padding:10px;
	border-bottom:0px solid #000000;
}

.watermark {
	color:#a0a0a0;
	z-index:99999;
	font-size: 100pt;
	transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	opacity: 0.3;
    filter: alpha(opacity=30); 
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	left:0px;
	top:600px;
}