/* CSS Document */

h1 {
font-size : 16px;
font-weight : bold;
color: #b50404;
margin-top:0px;
margin-bottom:0px;
padding:0px;
line-height: 19px;
clear:both;
}

h3 {
font-size : 16px;
font-weight : bold;
color: #b50404;
margin-top:0px;
margin-bottom:0px;
padding:0px;
line-height: 19px;
clear:both;
}

.group {
font-size : 14px;
line-height:16px;
font-weight : bold;
color : #357ad3;
margin-top:0px;
padding:0px;
}


a:link {
	color: #b50404;
	text-decoration:none;
}
a:visited {
	color: #b50404;
	text-decoration:none;
}
a:hover {
	color: #ff9900;
}
a:active {
	color: #b50404;
	text-decoration:none;
}

.und a:link {
	color: #b50404;
	text-decoration:underline;
}
.und a:visited {
	color: #b50404;
	text-decoration:underline;
}
.und a:hover {
	color: #ff9900;
	text-decoration:underline;
}
.und a:active {
	color: #b50404;
	text-decoration:underline;
}




h1 a:link, .group a:link{
	color: #b50404;
	text-decoration:none;
}
h1 a:visited, .group a:visited{
	color: #b50404;
	text-decoration:none;
}
h1 a:hover, .group a:hover{
	color: #ff9900;
	text-decoration:none;
}
h1 a:active, .group a:active{
	color: #b50404;
	text-decoration:none;
}

h2 a:link, h2 a:link {
	color: #000000;
	text-decoration:none;
}
h2 a:visited, h2 a:visited {
	color: #000000;
	text-decoration:none;
}
h2 a:hover, h2 a:hover {
	color: #ff9900;
	text-decoration:none;
}
h2 a:active, h2 a:active {
	color: #000000;
	text-decoration:none;
}

h3 a:link{
	color: #b50404;
	text-decoration:none;
}
h3 a:visited{
	color: #b50404;
	text-decoration:none;
}
h3 a:hover{
	color: #ff9900;
	text-decoration:none;
}
h3 a:active{
	color: #b50404;
	text-decoration:none;
}

.graybox {
	border: 1px #b50404 solid;
	padding: 5px;
	margin: 10px;
	background:#CCCCCC
}


