@charset "utf-8";
/* CSS Document */

<style type="text/css" media="all">
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #393D30;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(images/Gradient.jpg);
}

h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	vertical-align: top;
}

a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000;
	font-weight: normal;
}
}
img.pic_right{
	float:right;
	padding:3px;
	margin:0 8px 8px 8px;
	border:1px solid #666666;
	background-color: #CDCB9A;}
	
	}
img.pic_left{
	float:left;
	padding:3px;
	margin:0 8px 8px 8px;
	border:1px solid #666666;
	background-color: #CDCB9A;}
	}
img.pic_center{
	float:center;
	padding:3px;
	margin:0 8px 8px 8px;
	border:1px solid #666666;
	background-color: #FFFFFF;
}