body {
  font-family: Arial, Helvetica, sans-serif;
  font-size  : 11px;
  color      : #000000;
}


a:link, a:visited {
  color           : #0065BB;
  text-decoration : underline;
}

a:hover {
  text-decoration : underline;
}

.links, links:link, .links:visited, .links:active {
  color           : #0065BB;
  text-decoration : underline;
}

.links a:hover {
  text-decoration : underline;
}

div, h1, h5, p, ol, form, hr,{
  margin : 0px;
}

ul {
  font-size : 11px;
  font-family: Arial, Helvetica, sans-serif;
  /* list-style-position: inside;*/
  list-style-image: url(/img/dot.gif);
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 10px;
}

li {
  padding: 0px 0px 0px 0px;
}

h1 {
  font-family	: Arial, Helvetica, sans-serif;
  font-size  	: 16px;
  color 	: #D0431D; 
  font-weight	: bold; 
  font-style	: normal;
}

.press h1, .press h2 {
  margin : 0px;
}


h2 {
	font-size       : 12px;
	color           : #D0431D;
	font-weight     : bold;
	margin-bottom : 0px;
	/*line-height	: 12px;*/
	/*letter-spacing : 1.1px;*/
}

.h2 a {
	text-decoration : none;
}

h3 {
	font-size       : 12px;
	color           : #000000;
	font-weight     : bold;
	margin-bottom : 0px;
	  /*letter-spacing : 1.1px;*/
}

.h3 a {
	text-decoration : none;
}

h4 {
	font-size       : 11px;
	margin-bottom   : 0px;
	  /*letter-spacing : 1.1px;*/
}


.clear {
  clear    : both;
  height   : 0px;
  overflow : hidden;
}


em {
font-size	: 12px;
color		: #000000;
font-weight	: normal;
font-style	: italic;
}

.line_gray {
  background	: #cccccc; 
  height	: 1px;
  margin 	: 0px;
}

.dropShadowTop {
  float:left;
  clear:left;
  background: url(/img/sdwTop.png) no-repeat top left !important;
  background: url(/img/sdwTop.gif) no-repeat top left;
  margin: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px;
  width: 1000px;
  height : 8px;
  padding: 0px;
}
.dropShadowBottom {
  float:left;
  clear:left;
  background: url(/img/sdwBottom.png) no-repeat bottom left !important;
  background: url(/img/sdwBottom.gif) no-repeat bottom left;
  margin: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px;
  width: 1000px;
  height : 8px;
  padding: 0px;
}
.dropShadowCenter {
  float:left;
  clear:left;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/sdwCenter.png', sizingMethod='scale');
  background: url(/img/sdwCenter.png) repeat top left !important;
  margin: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px;
  width: 1000px;
  padding: 0px;
}
.innerbox {
  float : left;
  width : 984px;
  border: 0px;
  padding: 0px;
  margin: 0px 8px 0px 8px;
}
.innerbox {
  display : inline;
}


select {
	font-size: 9px;
	color: #000000;
	font-family: verdana,arial;
	background-color: #ffffff;
	/*border-top: #ccc3ad 1px solid;*/
	/*border-right: #ccc3ad 1px solid;*/
	/*border-left: #ccc3ad 1px solid;*/
	/*border-bottom: #ccc3ad 1px solid;*/
}

.q {
	font-size: 10px;
	width	: 100px;
	height	: 12px;
	color: #000000;
	font-family: verdana,arial;
	background-color: #ffffff;
	border-top: #D0D0D0 1px solid;
	border-right: #D0D0D0 1px solid;
	border-left: #D0D0D0 1px solid;
	border-bottom: #D0D0D0 1px solid;
}




