/* This is the style sheet for all pages */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;

}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
}

a:link {  color: #999999; text-decoration: underline}
a:visited {  color: #663300; text-decoration: underline}
a:active {  color: #663300; text-decoration: underline}
a:hover {  color: #996633;}

.notice {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.big {
	font-size: 12pt;
}

.copyright {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin-left: 0px;
	padding-left: 0px;
	font-style: italic;
	color: #CC9900;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: capitalize;

}
.small {
	font-size: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}
.smalltitle {
	color: #CC9900;
	font-style: italic;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}

img.clicked { 
	border: 1px solid #CC9900;
	padding: 1px;
}
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}
.title {
	font-style: italic;
}
h2 {

	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	font-style: italic;
	color: #CC9900;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: capitalize;
}
h1 {
	font-size: 18px;
}
.stuff {
	font-size: 5px;
	color: #F9F0E7;
	margin: 10px;
	padding: 10px;
}
.catlist {
	margin: 3px;
	padding: 3px;
}

