﻿/*-- Global White Space Reset from
     http://leftjustified.net/journal/2004/10/19/global-ws-reset/ --*/
* {
	padding: 0;
	margin: 0;
}
h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, fieldset, address {
	margin: 1em 3%;
}
li, dd { margin-left:5%; }
fieldset {
	padding: .5em;
}

html {
	background: #FBF6CE url('/v2/css/img/07genMed_PgHdrBg.jpg') repeat-x top;
	color: #000;
}


body {
	background: #FBF6CE url('/v2/css/img/07genMed_PgHdrBg.jpg') repeat-x top;
	min-width: 960px;
	font: normal .84em/1.1em Arial, Helvetica, Sans-Serif;
	color: #000;
}

/****************** =Defaults ******************/
a:link {color: #538ab1; text-decoration: none; }
a:active {color: #538ab1; text-decoration: none; }
a:visited {color: #666; text-decoration: none; }
a:hover {color: #069; text-decoration: none; }
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

