a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #330033;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #897386;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: #CC0000;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin-left: 12px;
}

h2 {
	color: #CC0000;
	font: 16px Arial, Helvetica, sans-serif;
	margin-left: 12px;
}

ul {
	color: #330033;
	font: normal 12px Arial, Helvetica, sans-serif;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 5px;
	margin-left: 45px;
	margin-top: 5px;
	margin-right: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

.blockquote {
	color: #330033;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 10px 30px;
	text-align: justify;
}

.contheader {
	color: #FFAC2F;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	margin-left: 12px;
	margin-top: 16px;
}

.contnpara {
	color: #330033;
	font: 12px Arial, Helvetica, sans-serif;
	margin-left: 12px;
	margin-right: 12px;
	text-align: justify;
	width: 98%;
}

.menu {
	color: #330033;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.menu a:link {
	color: #330033;
	text-decoration: none;
}

.menu a:visited {
	color: #330033;
	text-decoration: none;
}

.menu a:hover {
	color: #766374;
	text-decoration: none;
}

.menu a:active {
	color: #330033;
	text-decoration: none;
}

.dropdown {
	color: #330033;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-align: right;
}

.dropdown a:link {
	color: #330033;
	text-decoration: none;
}

.dropdown a:visited {
	color: #330033;
	text-decoration: none;
}

.dropdown a:hover {
	color: #766374;
	text-decoration: none;
}

.dropdown a:active {
	color: #330033;
	text-decoration: none;
}

.emphasis {
	color: #CC0000;
	font: italic normal 12px Arial, Helvetica, sans-serif;
}

.footer {
	color: #330033;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.maincont {
	color: #330033;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.notemenu {
	color: #330033;
	font: italic bold 11px Arial, Helvetica, sans-serif;
	text-align: right;
}

.notes {
	color: #330033;
	font: italic 11px Arial, Helvetica, sans-serif;
	text-align: center;
}

.sidemenu {
	color: #330033;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: right;
}
input {  background-color: #D9D9D9; color: #330033; font-family: Arial, Helvetica, sans-serif; font-size: 12px}
textarea {  color: #330033; background-color: #D9D9D9; font-family: Arial, Helvetica, sans-serif; font-size: 12px}
select {  color: #330033; background-color: #D9D9D9; font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.titlebar {  font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #330033; background-image: url(/graphics/side_menu_bar.jpg)}
.news {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #330033; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px}
.offerstitle {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #330033; background-color: #B8AAC1; padding-top: 3px; padding-bottom: 3px}
ol { color: #330033; font: normal 12px Arial, Helvetica, sans-serif; list-style-image: none; list-style-position: outside; list-style-type: decimal; margin-bottom: 5px; margin-left: 45px; margin-top: 5px; ; margin-right: 20px; padding-right: 5px; padding-left: 5px }
.hidden {  visibility: hidden; clip:               rect(   ); position: absolute; height: 0px; width: 0px}

.sidenotes {
	color: #330033;
	font: italic 11px Arial, Helvetica, sans-serif;
	text-align: right;
}
.menuitem {
	color: #330033;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.checkbox {
	color: #FFFFFF;
	background-color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}

/* ================================
    DEFAULT CSS STYLES FOR DotNet
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

