@charset "utf-8";
/* CSS Document */

body {
	background-color: #F8F8F8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/* Menu */

.menuLabel, .menuLabel:link, .menuLabel:visited, .menuLabel:active {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #b50e1d;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
  } 

.menuLabel:hover {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #b50e1d;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.menu {
	padding-top: 5px;
	padding-left: 5px;
}
  

/* Header */

.headerSpa {
	text-align: right;
	padding-right: 30px;
}

.headerIcons {
	text-align: right;
	vertical-align:bottom;
	padding-right: 5px;
	padding-bottom: 0px;
}

/* Footer */

.footer {
	background-color: #ffeb9d;
	text-align: center;
	padding: 5px;
}

.footerLabel, .footerLabel:link, .footerLabel:visited, .footerLabel:active {
	font-size: 11px;
	font-weight: bold;
	color: #b50e1d;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
  }

.footerLabel:hover {
	font-size: 11px;
	font-weight: bold;
	color: #b50e1d;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

/* Content */

.secTab {
	background-color: #ffeb9d;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 2px;
}
.secTitle, .secTitle:link {
	font-size: 22px;
	color: #000;
}
.secName, .secName:link {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #b50e1d;
}
.secTab {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffeb9d;
}
.homeCont {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	vertical-align:top;
}
.homeContLink, .homeContLink:link, .homeContLink:active, .homeContLink:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	vertical-align:top;
}
.homeContLink:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	text-align: justify;
	vertical-align:top;
}
.pTitle, .pTitle:link{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	margin-bottom:10px;
}
.subTitle{
	font-size: 12px;
	color: #b50e1d;
	text-decoration: none;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:6px;
}
.didaImage{
	font-size: 12px;
	color: #b50e1d;
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	width:200px;
}
ul {
	padding-left: 20px;
	margin: 0px;
}
.subTab{
	background-color: #ffcb00;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 4px;	
}
.subTabLink, .subTabLink:active, .subTabLink:visited, .subTabLink:link{
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
.subTabLink:hover{
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
}

.contTab{
	border-left:solid #ffeb9d 2px;
}