body {
	scrollbar-arrow-color:#45463C;
	scrollbar-base-color:#939767;
	scrollbar-shadow-color:#45463C;
	scrollbar-face-color:#939767;
	scrollbar-highlight-color:#AFB099;
	scrollbar-dark-shadow-color:#45463C;
	scrollbar-3d-light-color:#9BAAC1;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	background-color: #009933;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*TABLE PROPERTIES*/

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/*END TABLE PROPERTIES*/

a {
  color: #333333;
}

h1, h2 {
	color: #663300;
}

h3, h4, h5, h6 {
	color: #996633;
}

/*FORM*/


.submit {
	BORDER-RIGHT: #009933 1px solid; 
	BORDER-TOP: #009933 1px solid;
	BORDER-LEFT: #009933 1px solid; 
	BORDER-BOTTOM: #009933 1px solid;
	MARGIN: 4px 0px 5px 8px; 
	FONT: 14px Verdana, Geneva, Arial, helvetica, sans-serif; 
	COLOR: #000; 
	BACKGROUND-COLOR: #009933;
}
.input {
	BORDER-RIGHT: #009933 1px solid; 
	BORDER-TOP: #009933 1px solid; 
	BORDER-LEFT: #009933 1px solid;
	BORDER-BOTTOM: #009933 1px solid;
	PADDING-RIGHT: 1px; 
	PADDING-LEFT: 1px; 
	PADDING-BOTTOM: 1px; 
	PADDING-TOP: 1px;
	MARGIN: 4px 0px 5px 8px; 
	FONT: 11px Verdana, Geneva, Arial, helvetica, sans-serif;
	COLOR: #5a698b; 
	BACKGROUND-COLOR: #fff
}
.textarea {
	BORDER-RIGHT: #009933 1px solid; 
	BORDER-TOP: #009933 1px solid;
	BORDER-LEFT: #009933 1px solid; 
	BORDER-BOTTOM: #009933 1px solid; 	
	MARGIN: 4px 0px 5px 8px; 
	FONT: 11px Verdana, Geneva, Arial, helvetica, sans-serif; 
	COLOR: #5a698b; 
	BACKGROUND-COLOR: #fff
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

/*FONT PROPERTIES*/

p.title {
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.small {
	font-size: 9px;
}

.medium {
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;

}

.xbig {
	font-size: 24px;
}

.expanded {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.footer {
	font-size: 9px;
	color: #333333;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}
.bigCondensed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

/*END FONT PROPERTIES*/

a:link {
	text-decoration: none;
}
a:link.div {
	text-decoration: none;
	font-weight:bold;
	color:green;
}
a:visited {
	text-decoration: none;
}
a:visited.div {
	text-decoration: none;
	font-weight:bold;
	color:green;
}
a:hover {
	text-decoration: none;
	color:black;
}
a:hover.div {
	text-decoration: none;
	color:black;
	font-weight:bold;
}
a:active {
	text-decoration: none;
}
a 	{
	text-decoration: none;
}

/*IMG*/

img {
	border:solid 1px silver;
	padding:3px;
	margin-right:10px;
	background-color:white;

  } 

/*DIV*/

div.center {
	margin-right:auto;
	margin-left:auto;
	text-align:center}

div.top { height:30px;
}

div.middle { padding:5px;
	margin-right:auto;
	margin-left:auto;
	width:500px;
	height:460px;
	overflow: hidden; 
	font-size: 12px;
	text-align: justify;	
}

div.bottom { height:70px;
}
div.folders {
	margin-right:auto;
	margin-left:auto;
	padding:20px;
	width:300px;
	border-width:1px;
	border-style:solid;
	border-color:black;
	background-color:#FF9933;
	font-size: 12px;
}

div.insidefolders {
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: none; 
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	background-color:#FF9933;
}

div.even {
	background-color:#CCCCCC;
	BORDER-RIGHT: none; 
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: none;
	BORDER-BOTTOM: none;
	padding:2px;
}
div.odd {
	background-color:white;
	BORDER-RIGHT: none; 
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: none;
	BORDER-BOTTOM: none;
	padding:2px;
}

/*DIV END*/
