@charset "UTF-8";

a {
	color: #EFBD4A;
	font-weight:normal;
	text-decoration: underline;
}


a:hover {
	color: #D69400;
	text-decoration: underline;
}

.text {
	font-family: Verdana;
	font-size: 12px;
	line-height:150%;
	color:#FFFFFF;
}

.introtext {
	font-family: Verdana;
	font-size: 11px;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:15px;
	margin-right:15px;
	line-height:150%;
	
}

.maintext {
	font-family: Verdana;
	font-size: 11px;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:15px;
	margin-right:15px;
	line-height:150%;
	
}

.restext {
	font-family: Verdana;
	font-size: 11px;
	color:#000000;
	margin:15px;
}

.head {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.titletabs{
width: 100%;
overflow: hidden;
/* border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/

}

.titletabs ul{
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.titletabs li{
display: inline;
margin: 0;
}

.titletabs li a{
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bolder;
	margin: 0;
	padding: 4px 4px; /*padding inside each tab*/
	padding-left:20px;
	padding-right:20px;
	/* border-right: 2px solid #C0CDDB; /*right divider between tabs*/
	color: #FFFFFF;
	background-color: #000000;/* background: #8ABCD7; /*background of tabs (default state)*/
}

.titletabs li a:visited{
}

.titletabs li a:hover{
	background-color: #000000; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #D69400;
	
}
.titletabs li.selected a{
	background-color: #D69400; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #000000;	
	
}

.titletabs-small{
width: 100%;
overflow: hidden;
/* border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/

}

.titletabs-small ul{
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.titletabs-small li{
display: inline;
margin: 0;
}

.titletabs-small li a{
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bolder;
	margin: 0;
	padding: 4px 4px; /*padding inside each tab*/
	padding-left:20px;
	padding-right:20px;
	/* border-right: 2px solid #C0CDDB; /*right divider between tabs*/
	color: #CCCCCC;
	background-color: #282828;/* background: #8ABCD7; /*background of tabs (default state)*/
}

.titletabs-small li a:visited{
}

.titletabs-small li a:hover{
	background-color: #282828; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #D69400;
	
}
.titletabs-small li.selected a{
	background-color: #D69400; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #000000;	
	
}
