.hide {
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}

/* Universal font settings */
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, form, blockquote, .thumbnail{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #b51e3b; 
	text-decoration:underline;
}

a:hover {
	color: #CC6666;
	text-decoration:underline;
}

p {
	margin: 0 10px 15px 0;
	padding: 0;
	font-size: 11px; 
	color: #333; 
	line-height: 16px;
}

.homebold{
font-weight:bold;
	font-size: 12px; 
	color: #333; 
	line-height: 16px;
	font-style: normal;
}
.WSV{
font-weight:bold;
	font-size: 16px; 
	color: #b51e3b; 
	font-style: normal;
	line-height:20px;
}
.inline_pdf {
	font-weight:normal;
	font-style:normal;
	color: #999; 
	font-size:10px;
	}
.sidebar_com{
font-weight:bold; 
	color: #333;
	padding-right: 10px;
}

.caption {
	font-weight:bold;
	font-size: 12px; 
	color: #999; 
	line-height: 13px;
	text-align:center;
}

ul, ol {
	font-size: 11px;
	color: #333333; 
	line-height: 16px;
}
li {
	padding: 2px;
}

/*class for lists without bullets*/
.noBullet{
	list-style:none;
	}

.alignLeft { 
	text-align:left;
}

.alignRight {
	text-align:right;
}

.alignCenter {
	text-align:center;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	padding: 0;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 14px;
	color: #b51e3b;
	font-weight:bold;
	padding: 0;
	margin: 25px 0 5px 0;
	line-height: 14px;
}

h2 a { 
	text-decoration:underline; 
	}


h3 {
	font-size: 12px;
	color: #333;
	font-weight:normal;
	padding: 0;
	margin: 25px 0 8px 0;
	line-height: 13px;
}


h3.bold {
	font-size: 12px;
	color: #333;
	font-weight:bold;
	padding: 0;
	margin: 25px 0 8px 0;
	line-height: 13px;
}

h3 a { 
	text-decoration:underline; 
	}

.bold{
	font-weight:bold;
	}
