@charset "UTF-8";
/* CSS Document */

.MyGradientClass
{
height:150px; width:100%;
background: #8e1d24; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlMWQyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  #8e1d24 0%, #210000 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8e1d24), color-stop(100%,#210000)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #8e1d24 0%,#210000 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #8e1d24 0%,#210000 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #8e1d24 0%,#210000 100%); /* IE10+ */

background: linear-gradient(to right,  #8e1d24 0%,#210000 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e1d24', endColorstr='#210000',GradientType=1 ); /* IE6-8 */
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:24px;
	color: #000000;
	font-weight:bold;
}

.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:24px;
	color: #222222;
	font-weight:bold;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:24px;
	color: #FFFFFF;
	font-weight:bold;
}

.whiteBIG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height:30px;
	color: #FFFFFF;
	font-weight:bold;
}


.blackbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #000000;
	text-align:justify;
}


.blacksm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
	color: #000000;
}

.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	line-height:6px;
}

.gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:24px;
	color: #BB9C7B;
	font-weight:bold;
	text-decoration:underline;
}
A.class1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
A.class1:link {
	text-decoration: none;
}
A.class1:visited {
	text-decoration: none;
	color: #FFFFFF;
}
A.class1:hover {
	text-decoration: none;
	color: #BB9C7B;
}
A.class1:active {
	text-decoration: none;
}

A.class2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #671317;
}
A.class2:link {
	text-decoration: none;
}
A.class2:visited {
	text-decoration: none;
	color: #671317;
}
A.class2:hover {
	text-decoration: none;
	color: #222222;
}
A.class2:active {
	text-decoration: none;
}
