﻿{
	margin: 0;
	padding: 0;
	}
html, body, div, p, form, input, select, textarea, td, th, tr, fieldset {
	font: 11px/15px Arial,Helvetica,Verdana,sans-serif;
	color: #333;
}
body {
	background: #666 url(/images/background.gif) repeat-y left top;
}
a img {
	border: none;
}

a:link, #content a:visited {
	color: #c00;
	text-decoration: none;
}
a:hover, #content a:active {
	text-decoration: underline;
}
a.external{
	display:inline-block;
	background: url("/images/icons/extlink.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.swf {
	display:inline-block;
	background: url("/images/icons/flash.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.swf:after {
	content: " (Flash Movie)";
}
a.wmedia {
	display:inline-block;
	background: url("/images/icons/wmedia.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.wmedia:after {
	content: " (Windows Media)";
}
a.mail {
	display:inline-block;
	background: url("/images/icons/email.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.pdf {
	display:inline-block;
	background: url("/images/icons/pdficon.gif") no-repeat 100% 50%;
	padding-right:18px;
}
a.pdf:after {
	content: " (Acrobat Document)";
}
a.doc {
	display:inline-block;
	background: url("/images/icons/docicon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.doc:after {
	content: " (Word Document) ";
}
a.lock {
	display:inline-block;
	background: url("/images/icons/lockicon.gif") no-repeat 100% 50%;
	padding-right:15px;
}
a.lock:after {
	content: " (Secure)";
}
a.only {
	display:inline-block;
	background: url("/images/icons/onlyicon.gif") no-repeat 100% 50%;
	padding-right:15px;
}
a.only:after {
	content: " (HSC use only)";
}
a.xls {
	display:inline-block;
	background: url("/images/icons/xlsicon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.xls:after {
	content: " (Excel Document) ";
}
a.ppt {
	display:inline-block;
	background: url("/images/icons/ppticon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.ppt:after {
	content: " (Powerpoint Document) ";
}
a.rtf {
	display:inline-block;
	background: url("/images/icons/docicon.gif") no-repeat 100% 50%;
	padding-right:20px;
}
a.rtf:after {
	content: " (Rich Text File) ";
}
