/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	background-color: #FFFFFF;
	margin: 0px;
	line-height: 18px;
} 

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
} 

a:link {
	color: #CC0000;
	text-decoration: underline;
} 

a:active {
	color: #CC0000;
	text-decoration: underline;
} 

a:visited {
	color: #CC0000;
	text-decoration: underline;
} 

a:hover {
	color: #666666;
	text-decoration: none;
} 

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

.headers {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
}

.repeater {
	background-image: url(../images/repeater.png);
	background-repeat: repeat;
}

/* menu */
.menubg {
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	height: 784px;
}

.small {
	font-size: 10px;
	color: #333333;
}

.menu {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
	line-height: 32px;
    padding: 15px 0 0 0;
	background-image: url(../images/menubg.png);
    background-repeat: repeat;
}

.menu ul {
    margin-left: 2px;
}

.menu li {
    list-style-type: none;
    /* border-bottom: 1px dotted #fff; */
    padding: 3px 0;
}

.menu a:link {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.menu a:active {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.menu a:visited {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.menu a:hover {
    font-size: 14px;
    font-weight: bold;
    color: #CC0000;
    text-decoration: none;
}

.submenu {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.submenu ul {
    margin-left: 2px;
}

.submenu li {
    list-style-type: none;
    /* border-bottom: 1px dotted #fff; */
    padding: 3px 0;
}

.submenu a:link {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.submenu a:active {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.submenu a:visited {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.submenu a:hover {
    font-size: 14px;
    font-weight: bold;
    color: #CC0000;
    text-decoration: none;
}

/* spry */

.Accordion {
	border-left: none;
	border-right: none;
	border-bottom: none;
	overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
	line-height: 24px;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	background-color: none;
	border-top: none;
	border-bottom: none;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 200px;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-color: none;
}

.AccordionPanelTabHover {
	color: #CC0000;
}

.AccordionPanelOpen .AccordionPanelTabHover {
	color: #CC0000;
}

.AccordionFocused .AccordionPanelTab {
	background-color: none;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: none;
}
