@import "/lib/design/libStyle.css";

/* ************************** Begin My Defaults ************************** */
body{
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 12px;
	color: Black;
	font-weight: normal;
	scrollbar-3dlight-color: Black;
	scrollbar-arrow-color: White;
	scrollbar-base-color: #F5F2EB;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: #264051;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: White;
	scrollbar-track-color: #F5F2EB;
}
td{
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 12px;
	color: #4d565c;
	font-weight: normal;
}
li{
	list-style-position: outside;
	list-style: square;
	margin-top: 3px;
}
ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
hr{
	color : #4d565c;
	height : 1px;
}
h1{
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 36px;
	color: White;
	font-weight: normal;
	margin-bottom: -1px;
	margin-top: 0px;
}
h2{
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #86690d;
	margin-bottom: 0px;
	margin-top: 0px;
}
/* *********** link *********** */
a:visited, a:link, a:active {
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 12px;
	color: #512D01;
	text-decoration: underline;
	font-weight : normal;
}
a:hover {
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight : normal;
}

/* ************************** End My Defaults ************************** */

/* *********** left menu link *********** */
a.aLeftMenu:visited, a.aLeftMenu:link, a.aLeftMenu:active {
	font-family: Trebuchet MS, Geneva, Trebuchet MS, Centaur, Arial;
	font-size: 12px;
	color: #4c575b;
	text-decoration: none;
	font-weight: bold;
}
a.aLeftMenu:hover {
	font-family: Trebuchet MS, Geneva, Trebuchet MS, Centaur, Arial;
	font-size: 12px;
	color: #4c575b;
	text-decoration: underline;
	font-weight : bold;
}
/* *********** white link *********** */
a.aWhite:visited, a.aWhite:link, a.aWhite:active {
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 11px;
	font-weight: normal;
	color: White;
	text-decoration: none;
}
a.aWhite:hover {
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 11px;
	font-weight: normal;
	color: White;
	text-decoration: underline;
}

/* *********** menu link *********** */
a.aMenu:visited, a.aMenu:link, a.aMenu:active {
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
a.aMenu:hover {
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: underline;
}

/* *********** menu link *********** */
a.aOrange:visited, a.aOrange:link, a.aOrange:active {
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #cfa825;
	text-decoration: none;
}
a.aOrange:hover {
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #cfa825;
	text-decoration: underline;
}

/* *********** ah2 link *********** */
a.ah2:visited, a.ah2:link, a.ah2:active {
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #86690d;
	text-decoration: none;
}
a.ah2:hover {
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #86690d;
	text-decoration: none;
}

.tOrange {
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #cfa825;
}

.white{
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 11px;
	color: White;
	font-weight: normal;
}

.CDtitle{
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #86690d;
	margin-bottom: 0px;
	margin-top: 0px;
}

.inputTxt {
	font-family: Trebuchet MS, Centaur, Arial;
	font-size: 12px;
	color: #4d565c;
	font-weight: normal;
	border: 1px solid #ADADAD;
}