/* CSS Document */
li {
	margin-bottom: .3em; /* make list items more compact than default */
}
img {
	border: 0; /* by default, images should not have a border */
}
td{
  vertical-align: top;
}
.leftstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #808080;
}
.leftstyle a{
	color: #808080;
	text-decoration: none;
}
.leftstyle a:hover{
	color: #3E3E3E;
	text-decoration: none;
}

.TextNormalRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#CC0000;
}
.TextNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.TextNormal a{
	color: #333333;
	text-decoration:none
}
.TextNormal a:hover{
	color: #999999;
	text-decoration:none
}.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
}
.boldtext a{
font-size:14px;
text-decoration:none;
color:#333333;
}
.boldtext a:hover{
color:#464545;
}
.WhiteTextNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.WhiteTextNormal a{
	color: #FFFFFF;
}