/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {font-family:Verdana, Geneva, sans-serif; font-size:11px; line-height:16px;}
p {color:#333; margin:0 0 15px 0;}
strong {font-weight:bold; }
a {color:#49176e; text-decoration:none;}
a:hover {color:#49176e; text-decoration:underline;}
select {font-size:12px; border:solid 1px #bacad7; background:#f0f0f0; padding:2px;}
input, textarea {font-family:Verdana, Geneva, sans-serif; font-size:12px; border:solid 1px #bacad7; background:#f0f0f0; padding:2px;}
.goldenline {background:url(/Templates/Corporate/images/essencecard/golden-line.gif) repeat-x; height:1px; margin:15px 0; _margin:6px 0;}

#small {font-size:10px; color:#999;}
.gray {color:#CCC;}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {color:#49176e; font-family: Verdana, Geneva, sans-serif; font-size: 25px; font-weight:lighter; margin-bottom: 20px;}

h2 {font-size: 23px;}

h3 {color:#333; font-family: Verdana, Geneva, sans-serif; font-size: 13px; font-weight:bold;}

h4 {color:#49176e; font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-weight:bold; margin:20px 0 0 0;}

h5 {color:#333; font-family: Verdana, Geneva, sans-serif; font-size: 9px; font-weight:bold;}

h6 {color:#49176e; font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-weight:bold; margin:0 0 10px 0;}




/* `Spacing
----------------------------------------------------------------------------------------------------*/

ul {
	list-style: disc;
}

li {
	color:#333; margin:0 0 10px 0; margin-left:20px;
}

p,
dl,
hr,
h2,
h3,
h5,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}