/*----------------Table CSS ------------------------------*/
#mytable {
	width: 648px;
	padding: 0;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 648px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #650000;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #D1BF8F;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D1BF8F;
	border-right-color: #D1BF8F;
	border-bottom-color: #D1BF8F;
}

#mytable th.nobg {
	background: none;
	border-top-width: 0;
	border-right-width: 1px;
	border-left-width: 0;
	border-right-style: solid;
	border-right-color: #D1BF8F;
}

#mytable td {
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D1BF8F;
	border-bottom-color: #D1BF8F;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
/*------------------------------------------------------------------------*/
.white-text {
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
.white-bg {
	background-color: #DDD0AF;
	background-image: url(images/white-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.red-bg {
	background-color: #3C0000;
	background-image: url(images/red-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.gray-heading-text {
	font-family: Arial, Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #747474;
	text-decoration: none;
}
.red-heading {
	font-family: Arial, Tahoma;
	font-size: 21px;
	font-weight: bold;
	color: #640000;
	text-decoration: none;
}
.dark-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4739;
	text-decoration: none;
	line-height: 17px;
}
.padding-dark-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4739;
	text-decoration: none;
	line-height: 17px;
	padding-left: 10px;
}
.red-text {
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #650000;
	text-decoration: none;
	line-height: 18px;
}
.normal-red-heading {
	font-family: Arial, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #650000;
	text-decoration: none;
}


.normal-white-heading {
	font-family: Arial, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.border{ 
	border:1px;
	color: #9B927B
}
.list 
	{
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #650000;
	text-decoration: none;
	}
	
	.list ul
	{
		padding:0px;
		margin:0px;
		list-style:none;
		padding-top:15px;
	}
	
	.list li
	{
		line-height:25px;
		background:url(images/arrow.jpg) 10px 10px no-repeat;
		padding-left:25px;
		border-bottom:dotted 1px #650000;
	}
	.list a, .list a:link
	{
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #650000;
	text-decoration: none;
	}

	.list a:hover
	{
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #4D4739;
	text-decoration: none;
	}
.white-button {
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #DED1B1;
	text-decoration: none;
	line-height: 22px;
}
.white-button a{
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #DED1B1;
	text-decoration: none;
	line-height: 22px;
}
.white-button a:link{
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #DED1B1;
	text-decoration: none;
	line-height: 22px;
}
.white-button a:hover{
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #A2977D;
	text-decoration: none;
	line-height: 22px;
}
.underline-white-button {
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #DED1B1;
	text-decoration: underline;
	line-height: 22px;
}
.underline-white-button a{
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #DED1B1;
	text-decoration: underline;
	line-height: 22px;
}
.underline-white-button a:link{
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #DED1B1;
	text-decoration: underline;
	line-height: 22px;
}
.underline-white-button a:hover{
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #A2977D;
	text-decoration: underline;
	line-height: 22px;
}
