
a, a:link, a:visited  {
	color: Black;
	font-weight: normal;
	TEXT-DECORATION: none;
	/*font-size : 1.0em;*/
}
a:hover, a:active{
   COLOR: #666666;  
	font-weight: normal;
	TEXT-DECORATION: none;
	/*font-size : 1.0em;*/
}

/*
.a2, .a2:link, .a2:visited  {
   COLOR: #000000; 
	TEXT-DECORATION: none;
	font-size : 1.0em;
}
.a2:hover, .a2:active{
    COLOR: #000000;  
	TEXT-DECORATION: underline;
	font-size : 1.0em;
}
*/
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
	height: 100.1%;
}

BODY, div{ 
	font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; 
	font-size: 0.95em; 
	color: #000000; 
	/*background-color: #ffffff;*/
	/*background-image: none;*/
}

H1 { 
	/*font-size: 1.0em; */
	color: #FF3300; 
	background-color: #ffffff; 
	background-image: none;
	letter-spacing : 1px; 
	font-weight : bold;
}

H2 { 
	/*font-size: 1.0em;*/ 
	color: #FF3300; 
	background-color: #ffffff; 
	background-image: none;
	letter-spacing : 1px; 
	font-weight : bold;
}

input { 
/*font-size: 1.0em; */
color: #ffffff;
background-color:#000000;
margin-left : 5px;
padding-left : 4px;
padding-right : 4px;
} 

.page{
	width:710px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	text-align:left;
	
	float: inherit;
	position: relative;
}

.content {
	/*border: thin solid white;*/ /*used to fix ff display prob */
	width: 710px;	
}

.content-left {
	width: 469px;	
	position: relative;
	float: left;
}

.content-right {
	width: 229px;
	position: relative;
	float: right;
}

.header {	
	background-color: white;
	border: 0px;
	position: relative;
}

.logo{
	width:229px;
	height: 104px;
	position: relative;
	float: right;	
}

.logo-w{
	width:708px;
	height: 104px;
	position: relative;
	float: right;	
}
.menu{
	/*clear: right;*/
	position: relative;
	float: right;
}
.menubut{
	width: 109px;
	border: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	float: right;	
}


.menu a, .menu a:link, .menu a:visited  {
	color: Black;
	font-weight: normal;
	TEXT-DECORATION: none;
	/*font-size : 1.0em;*/
}
.menu a:hover, .menu a:active{
   COLOR: #666666;  
	font-weight: normal;
	TEXT-DECORATION: none;
	border: none;
	margin-bottom: 0px
	/*font-size : 1.0em;*/
}

.textarea{
	Width: 448px;
	padding-top: 5px;
}

.picleft{
	/*margin-top: 140px;*/
	/*margin-bottom: 10px;*/
	/*width: 470px;*/
}
.thumbcol{
	position: relative;
	float: right;	
	width: 119px;
}

.thumb{
	padding-top: 9px;
}

.dlbut{
	padding-top: 14px;
}

.footer{
	clear: left;
	width: 710px;
	background-color: #CCCCCC;
	text-align: center;
	/*font-size: 1em;*/
	font-size : .8em;
	padding-bottom: 3px;
	padding-top: 3px;

	margin-top: 10px;
	
	position: relative;	
	float: left;
}
	.footer a, .footer a:link, .footer a:visited  {
		color: Black;
		TEXT-DECORATION: none;
	}
	.footer a:hover, .footer a:active{
	   COLOR: #666666;  
		TEXT-DECORATION: none;
	}

.pdfinfo{ 
	font-size: 0.90em; 
}
	.pdfinfo a, .footer a:link, .footer a:visited{ 
		font-size: 0.90em; 
	}
	.pdfinfo a:hover, .footer a:active{
		font-size: 0.90em; 
}

