/* Main Body style */
BODY {
font-size: 8pt; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
color: #000000; 
background-image: url("images/bg_stone.jpg");
background-color: #DBC0A2;
margin: 10 10 10 10;
padding: 0 0 0 0;
width: auto; 
}

/* Main Menu */
.menu {
text-align: left;
font-family: Arial, Helvetica, sans-serif; 
font-style: normal; 
font-variant: normal; 
font-weight: normal; 
font-size: 10pt; 
color: #000000;
}
.menu a:link {
font-weight: bold; 
text-decoration: none;
font-size: 10pt; 
color: #2D6B93;
}
.menu a:visited {
font-weight: bold; 
text-decoration: none;
font-size: 10pt; 
color: #2D6B93;
}
.menu a:active {
font-weight: bold; 
text-decoration: none;
font-size: 10pt; 
color: #2D6B93;
}
.menu a:hover {
font-weight: bold; 
text-decoration: none;
font-size: 10pt; 
color: #AD005E;
}

/* Content */
.content {
font-size: 12pt; 
font-weight: normal; 
color: #000000; 
}
.content h1 {
font-size: 18pt; 
font-weight: bold;
text-align: center;
color: #000000; 
}
.content h3 {
font-size: 10pt; 
font-weight: normal;
color: #000000; 
}
.content a:link {
color: #2D6B93; 
text-decoration: underline;
}
.content a:visited {
color: #2D6B93; 
text-decoration: underline;
}
.content a:active {
color: #2D6B93; 
text-decoration: underline;
}
.content a:hover {
color: #AD005E; 
text-decoration: underline;
}

/* Content - Small */
.content_small {
font-size: 10pt; 
font-weight: normal; 
color: #000000; 
}
.content_small h1 {
font-size: 18pt; 
font-weight: bold;
text-align: center;
color: #000000; 
}
.content_small a:link {
color: #2D6B93; 
text-decoration: underline;
}
.content_small a:visited {
color: #2D6B93; 
text-decoration: underline;
}
.content_small a:active {
color: #2D6B93; 
text-decoration: underline;
}
.content_small a:hover {
color: #AD005E; 
text-decoration: underline;
}

/* Subscription Form Style */
.sub_form {
border: 1px solid #2D6B93;
}
.sub_button {
font-family: arial, helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
color: #ffffff;
background-color: #2D6B93;
vertical-align: 4%;
}
.sub_textfield {
font-size: 11px;
font-family: "courier new", courier, mono;
font-weight: normal;
}

/* Legislation Text */
.legislation {
font-size: 9pt; 
font-weight: normal; 
color: #000000; 
}
