@charset "UTF-8";
/*
 * font.css
 *
 Yahoo User Interface (YUI) FONT SIZING CHART: 
	10px=77%    11px=85%    12px=93%    13px=100% 14px=108% 15px=116% 16px=123.1% 17px=131% 18px=138.5%
	19px=146.5% 20px=153.9% 21px=161.6% 22px=167% 23px=174% 24px=182% 25px=189%   26px=197%
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-family:					tahoma;
}

h2 {
	color:							#7a0019;
	font-size:						18px;
	font-weight:					normal;
	margin:							3px 0px;
}

h3 {
	color:							#9BAD6B;
	font-size:						12px;
	font-weight:					normal;
}

h4 {
	font-size:						11px;
	font-weight:					normal;
	line-height:					12px;
	color:							#7A0019;
	margin:							8px 0px;
	padding:						0px;
}

h5 {
	color:							#8e8e8e;
	font-size:						10px;
	font-style:						italic;
	font-weight:					normal;
}

p {
	font-size:						11px;
	line-height:					14px;
	margin:							8px 0;
}

/*	Anchors			*/
a {	color:	inherit; text-decoration: inherit; }
a:hover { color: inherit; text-decoration: inherit;}