/* CSS Document */

a {
	color: #006699;
}
a:visited {

}
a:link {
	color: #CC0000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #990000;
}
abbr {
	color: #00CC00;
}
acronym {
	color: #009900;
}
address {
	font-size: smaller;
	font-style: normal;
	text-decoration: none;
}
b {
}
bdo {
}
big {
}
blockquote {
	background: #EEEEEE;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #990000 url(images/bg.png) repeat-y center;
}
button {
}
caption {
}
cite {
}
code {
	font: smaller "Courier New", Courier, monospace;
}
col {
}
colgroup {
}
dd {
	margin-bottom: 10px;
}
del {
}
dfn {
}
dir {
}
div {
}
dl {
}
dt {
	font-weight: bold;
	color: #009900;
}
em {
}
fieldset {
}
font {
}
form {
	margin: 0px;
}
frame {
}
frameset {
}
h1 {
	font-weight: bold;
	padding-bottom: 5px;
	color: #990000;
}
h2 {
}
h3 {
	color: #4A8AA6;
	margin-bottom: 0px;
}
h4 {
}
h5 {
}
h6 {
}
hr {
	height: 1px;
	border-bottom: 1px solid #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
html {
}
i {
}
iframe {
}
img {
	border-style: none;
}
input {
}
ins {
}
kbd {
}
label {
	text-transform: capitalize;
}
legend {
}
li {
	list-style-type: square;
}
link {
}
menu {
}
ol {
}
optgroup {
}
option {
}
p {
}
pre {
}
q {
}
s {
}
samp {
}
select {
}
small {
}
span {
}
strike {
	color: #FF0000;
}
strong {
	color: #006699;
}
sub {
}
table {
}
tbody {
}
td {
}
tfoot {
}
th {
}
thead {
}
tr {
}
tt {
}
u {
	text-decoration:none;
	padding-right: 2px;
	padding-left: 2px;
	background: #CCFFFF;
}
ul {
}
var {
}
textarea {
}
