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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #6699CC;
	color: #333333;
	background-image: url(../images/bg.gif);
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {  color: #6699CC; text-decoration: underline}
a:visited {  color: #003366; text-decoration: underline}
a:active {  color: #993300; text-decoration: underline}

a:visited.dark {  color: #6699CC; text-decoration: underline}
a:active.dark  {  color: #6699CC; text-decoration: underline}
a:hover.dark {	color: #336699; }

.big {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
a:hover {
	color: #336699;
}
.copyright {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #6699CC;
	background-color: #003366;
}
p {
	margin: 5px 5px 0px 10px;
	padding: 5px 5px 0px 10px;
}
.small {
	font-size: 10px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	margin-top: 2px;
	padding-top: 2px;
	font-weight: normal;
}

.warning {
	font-weight: bold;
	color: #FF0000;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
}

.note {
	font-size: 10px;
	color: #666666;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.row1 {
	background-color: #DDDDDD;
}
.row2 {
	background-color: #CCCCCC;
}

.label {
	font-size: 12px;
	font-weight: bold;
}
a:link.newslink, a:active.newslink {
	color: #333333;
	text-decoration: underline;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.sidebar {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 14px;
}
th {
	font-weight: bold;
	text-align: left;
	font-size: 11px;
}
textarea {
	width: 550px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li {
	margin-right: 5px;
	padding-right: 5px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

