
body { 
	font-family: arial,sans-serif; 
	font-size: 12px;
	background: #dddddd;
	color: #333333;
        margin: 5px;	
}

@media screen and (max-width: 800px) {
    body {
        font-size: 24px;
        line-height: 26px;
	background: #bbbbbb;
    }
}


table.imgwrap {
	background: #eeeeee;
	border: 1px solid #000000;				
}

@media screen and (max-width: 800px) {
    table.imgwrap {
	width: 90%;
    }

    table {
	width: 90%;
    }

}



img {
	margin: 5px;
	border: 1px solid #000000;			
}

img.thimg1 {
}

img.fullimg {
}

@media screen and (max-width: 800px) {
    img.thimg1 {
	
    }
    img.tnimg {
	width: 80%;
    }

}

@media screen and (max-width: 800px) {
    img.fullimg {
	width: 95%;
    }

}


h1 {
	font-size: 32px;	
}

h2 {
	font-size: 24px;	
}

h3 {
	font-size: 16px;	
}

@media screen and (max-width: 800px) {
    h1 {
        font-size: 24px;     
    }
}


a { outline: none; }
a:link { text-decoration: none;  color: #661111;      }
a:visited { text-decoration: none; color: #662222;   }
a:hover { text-decoration: none; color: #991111;  }




input {
	font-family:arial,sans-serif; 
	font-size: 12px;
	border: 1px solid #bbbbbb;
	background-color: #FFFFFF;
	color: #000000;

}

textarea {
	font-family:arial,sans-serif; 
	border: 1px solid #bbbbbb;
	font-size: 12px;

	background-color: #FFFFFF;
	color: #000000;

}

select {
	font-family:arial,sans-serif; 
	font-size: 12px;
	border: 1px solid #000000;			
	background-color: #FFFFFF;
	color: #000000;

}


input:focus {
	border:1px solid #000000;
}
textarea:focus {
	border:1px solid #000000;

}
select:focus {
	border:1px solid #000000;

}

table {
	font-family:arial,sans-serif; 
	font-size: 12px;
	background: #eeeeee;
	color: #000000;
	border:1px solid #000000;
}

td {
	font-family:arial,sans-serif; 
	font-size: 12px;
	background: #eeeeee;
	color: #000000;
}

tr.trheader {
	font-family:arial,sans-serif; 
	font-size: 12px;
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
}







