body {
	margin-top: 0px;
    background-color: #C2C2C2;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;    
    font-size: 12px;
}

.page{background-color: #FFFFFF;
		border-left: solid 1px #A1A1A1;
		border-right: solid 1px #A1A1A1;
		border-bottom: solid 1px #A1A1A1;}

.searchfield { 
				background-color:#FFFFFF;
				border:1px solid #A1A1A1;
				height:14px;
				width:200px;
}

.dashes{border-bottom: dashed 1px #A1A1A1;}

.dashesTop{border-top: dashed 1px #A1A1A1;}


/* Fonts */

h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration: none;
	color:#35DA6B;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color:#333333;
}

.caption{font-family: Arial, Helvetica, sans-serif;
	     font-size:14px;
         color: #33D71B;
         font-weight:bold;}

.redt{font-family: Arial, Helvetica, sans-serif;
	     font-size:12px;
         color: #FF0033;
        }



/* Links */

a:link {
color: #333333;
text-decoration: none;
}

a:visited {
color: #333333;
text-decoration: none;
}

a:hover {
color:#35DA6B;	
text-decoration: underline;
}

a:active {
color: #333333;
text-decoration: none;
}
	
.imageframe{background-color: #FFFFFF;
 			padding: 5px;
			border: #A1A1A1 solid 1px}
			
.Catbox{background-color: #FFFFFF;
 			padding: 10px;
			border: #A1A1A1 solid 1px}			

