/* BODY */

html, body { 
	background-color: #ffffff;
	margin : 0 0 0 0;
	font-size : 12px;	
	font-family: Arial, Helvetica, sans-serif;
	color : #333333; }


/* TEXT */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #333333;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 19px;
	text-decoration : none;
	text-align:justify; }
	
.textNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #333333;
	line-height: 19px;
	text-decoration : none; }
	
.textTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #59BE22;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration : none; }

.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #333333;
	line-height: 19px;
	text-decoration : none; }

/* TEXT LINK */

.textLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #59BE22;
	text-decoration : none; }

a.textLink:hover {
	color : #00328f;
	text-decoration : underline; }

/* MENU */

.menuGreen {
	padding-left: 33px;
	padding-top: 3px;	
	background-image:url(img/cube-a.gif); 
	background-repeat:no-repeat; 
	background-position:left;  
	color: #333333;
	height: 17px;
	background-color: #59BE22;
	padding-bottom: 2px;	
	display: block;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px;	
	font-weight: bold;
	text-decoration: none;
	WIDTH: 100%; 	
	text-align: left;
	border-bottom:  #ffffff 1px dotted }

.menuBlue a {
	padding-left: 33px;
	padding-top: 3px;	
	background-image:url(img/cube.gif); 
	background-repeat:no-repeat; 
	background-position:left;  
	color: #ffffff;
	height: 17px;
	background-color: #00328f;
	padding-bottom: 2px;	
	display: block;
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px;	
	font-weight: bold;
	text-decoration: none;
	WIDTH: 100%; 	
	text-align: left;
	border-bottom:  #ffffff 1px dotted }

.menuBlue a:hover {
	background-image:url(img/cube-a.gif); 
	background-repeat:no-repeat; 
	background-color: #59BE22;
	color: #333333;
	text-decoration: none;
	LIST-STYLE-TYPE: none; }  

/* IMAGES */

.floatimage {
	float: center;
	margin: 0;
	border: 1px solid #59BE22;
	padding: 2px; }	

.floatright {
	float: right;
	margin: 0 0 0 15px;
	border: 1px solid #59BE22;
	padding: 2px; }	

ul {
	list-style-type: none;
	padding: 10px;
	margin-left: 10px;
	font-weight: normal; }

#navlist li { 
/*	list-style-type: square; */
	list-style-image:url(img/arrows.gif);
/*	background-image:url(img/arrows.gif); */
	margin:0 0 0 0;
	padding-left: 2px;
	padding-bottom: 5px; }
	
a.pdf {display:block;margin:15px 0;padding:0 0 5px 0;color:#59BE22;font:bold 12px Arial, Helvetica, sans-serif;text-decoration:none;border-bottom:1px dashed #ACED89;outline:0 none;}
a.pdf:hover {color:#888;border-color:#ccc;}
a.pdf em {font-style:italic;font-weight:normal;color:#aaa;font-size:11px;}
a.pdf img {vertical-align:middle;margin:0 15px 0 0;border:0 none;}
