/* twocatz Media css */
body {background-image: url(images/grid.jpg); background-attachment: fixed;}

a:hover { 
 text-decoration: none;
 background-color: #DDFFEE;
 color: blue;
 border-color: purple 2px;
 }
 
 a:link {
	color: Green;
	text-decoration: none;
}

A:focus { background: Darkgreen; }
A:focus:hover { background: #DodgerBlue;  }

a:visited { color: Teal; text-decoration: none; }
a:active { background-color: brown; }
a:hover { color: orange; }

#imgframe {
	border:1px dashed #999999;
	margin:10px auto;
	padding:10px;
	width:600px;
	background-color:#EEEEEE;
 }

.botnavbox {
	padding: 8px;
 	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
 
 
 .style2 {
	background-image: url(images/grid.jpg);
	background-attachment: fixed;
	padding: 0px;
	font-family: "Lucida Handwriting", "Times New Roman";
	font-size: 1em;
	font-style: italic;
	font-weight: 500;
	font-variant: normal;
	color: 0d4e4a;
	background-color: e0e9df;
	border-top: medium none;
	border-right: medium none;
	border-bottom: medium none;
	border-left: medium none;
}
.cl1 {background-repeat: repeat-x;}
.cl2 {background-attachment: scroll;}
.parent, .inh1 {background-image: url(images/grid.jpg);}
.parent {background-attachment: fixed;}
.inh1 {background-attachment: scroll;}
.style1 {
	font-size: 0.9em;
	font-style: italic;
	color: #0d4e4a;
	line-height: normal;
	font-weight: 400;
	font-family: "Lucida Handwriting", "Times New Roman";
}
.style3 {font-size: 0.8em}


