a:link {
	color: #DD0005;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DD0005;
}
a:hover {
	text-decoration: underline;
	color: #DD0005;
}
a:active {
	text-decoration: none;
	color: #DD0005;
}

body,td,th {
	font-family: Calibri;
	color: #666666;
	font-size: 14px;
}
body {
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: crosshair;
}

.grey_border_1px {
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.Titles_01 {
	font-family: Calibri;
	font-size: 14px;
	color: #DD0005;
	font-weight: bold;
}
.Titles_02 {
	font-family: Calibri;
	font-size: 20px;
	color: #DD0005;
	font-weight: bold;
}
.featured_articles_title {
	font-family: Calibri;
	font-weight: bold;
	font-size: 14px;
	background-color: #666666;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.bottom_bg {
	background-image: url(../images/graphics/bottom-skin.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.white_border_small {
	border: 2px solid #666666;
	background-color: #FFFFFF;
}
.caption_small {
	font-size: 11px;
}
.dots_bottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.dots_right {
	border-right-width: 1px;
	border-right-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.white_text {
	color: #FFFFFF;
}
.gb_background {
	background-color: #666666;
}
.gb_text {
	font-family: Calibri;
	font-size: 12px;
}
.float {
	float:left;
}

.image-right-margin	{
	margin-right: 20px;
}