@import url(/css/content-layout.css);

/* 
    Document   : text.css
    Author     : VCMS
    Description: General content level styles for VCMS website.s Add @fontface definitions here and content div level styles.
*/

root { 
    display: block;
}

body {
	font: 9pt/12pt arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
	line-height: normal;
}

#contentLeft h1:first-child,
#contentLeft h2:first-child,
#contentLeft h3:first-child,
#contentLeft h4:first-child,
#contentRight h1:first-child,
#contentRight h2:first-child,
#contentRight h3:first-child,
#contentRight h4:first-child,
#document h1:first-child,
#document h2:first-child,
#document h3:first-child,
#document h4:first-child {
	margin-top: 0;
}

h1 {
	font-size: 20pt;
}

h2{
	font-size: 18pt;
}

h3{
	font-size: 14pt;
}

h4{
	font-size: 12pt;
}

a {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #000;
}

.footnote {
	font: normal 7pt/normal verdana, helvetica, arial, sans-serif;
}
