/* CSS Document */

body{	
	color:black;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	line-height: 18px;
	}
	
strong {
	color:black;
font-size: 12px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
text-decoration: none;
line-height: 20px; 
font-weight:bold;
	
}
b {
	color:black;
font-size: 13px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
text-decoration: none;
line-height: 20px; 
font-weight:bold;
}

.body{	
	color:black;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	line-height: 18px;
	}
	
	
.body-small{	
	color:black;
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	line-height: 20px;
	}

.body-bold{	
color:black;
font-size: 12px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
text-decoration: none;
line-height: 18px; 
font-weight:bold;
}

.body-white{	
color:white;
font-size: 12px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
text-decoration: none; 
}

.body-heading{	
color:black;
font-size: 14px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
text-decoration: none;
line-height: 20px; 
font-weight:bold;
}

.body-heading-white{	
color:white;
font-size: 14px;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
text-decoration: none;
line-height: 20px; 
font-weight:bold;
}
	
	a:link{
	color:black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}

a:visited{
	color:#535252;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}

a:hover{
	color:#535252;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: underline;
	line-height: 15px; 
	font-weight:bold;
}

a:active{
	color:#C6BB8F;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
	
}.tbl-all-borders-grey {
	border: 1px solid #333333;
}
.tbl-top-border-grey {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.tbl-right-border-grey {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.tbl-top-right-border-grey {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.tbl-right-top-left-border-grey {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.tbl-right-left-border-grey {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.tbl-top-bottom-border-grey {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.tbl-right-top-left-border-lightgrey {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.tbl-bottom-black {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tbl-top-black {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

