a:link {
	color: #03C;
	text-decoration: none;
}
a:visited {
	color: #03C;
	text-decoration: none;
}
a:hover {
	color: #DF141D;
	text-decoration: underline;
}

/*HEADING/TITLE STYLES*/

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DF141D;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom:8px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #048;
	font-size: 2em;
	font-weight: bold;
	margin-bottom:5px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DF141D;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 2px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0px;
}

/*CALL OUT STYLES*/

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding: 20px 10px;
	margin-bottom: 15px;
	line-height: 1.5em;
	color: #666666;
}

/*LIST STYLES*/

ul{
	list-style-type: none;
}

li{
	list-style: square url(none) outside;
	margin-left: 25px;
	margin-bottom:15px;
}

.pdf {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.doc {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.xls {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/xls.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.txt {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/txt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.music {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/music.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.pics {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/photo.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.vid {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/video.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.zip {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/zip.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
