/* CSS Document */

body {
	background-color: #ffffff;
	!background-image:url(../graphics/backgrounds/black-waffle-01.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:1.3	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:1.3
	}
	
p.caption {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:6px;
	font-weight:normal;
	color: #000000;
	}
		
p.white {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #FFFFFF;
	}
		
p.whiteH1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	}
	
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	}

div.figure {
  float: left;
  width: 90%;
  border: thin silver solid;
  margin: .5em;
  padding: .5em;
}
div.figure p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}

table.sample {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	background-repeat:repeat-x;
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.body {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: dashed dashed dashed dashed;

	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.body th {
	border-width: 0px 1px 0px 1px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.body td {
	background-repeat:repeat-x;
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.content1 {
/*	border: thin single rgb(250,0,255);*/
	font:Geneva, Arial, Helvetica, sans-serif;
	border:1px;
	border-color: gray gray gray gray;
	border-style:dashed;
/*	table-layout:fixed;*/
	border-collapse: collapse;
	border-spacing:0px;
	padding:0px;
	cellspacing:2;
	width:95%;
	align:center;
	border: outset 0pt;
	border-spacing: 0pt 0pt;
}
table.content1 th {
	padding:2px;
	background-color: #666;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
  }
table.content1 td {
	background-color: #FFFFFF;
	color: gray;
	padding: 2px;
	text-align: center;
	border: inset 1pt;
	border-style:dashed;
}

table.content2 {
	/*	border: thin single rgb(250,0,255);*/
	font:Geneva, Arial, Helvetica, sans-serif;
	border:1px;
	/*	table-layout:fixed;*/
	border-collapse: collapse;
	border-spacing:0px;
	padding:0px;
	cellspacing:1;
	width:95%;
	align:center;
	border-spacing: 0pt 0pt;
	border-top: 0pt none gray;
	border-right: 1pt outset gray;
	border-bottom: 0pt none gray;
	border-left: 0pt none gray;
}
table.content2 th {
	padding:2px;
	background-color: #666;
	color: #fff;
	padding: 1px;
	text-align: left;
	border-bottom: 0px #fff solid;
	font-size: 12px;
	font-weight: bold;
  }
table.content2 td {
	background-color: #FFFFFF;
	color: gray;
	padding: 2px;
	text-align: center;
	/*border: inset 1pt;*/
	border-style:solid;
}

a:link {
	color:#000099;
	text-decoration: none;
	font-weight:bold;
	border-style: none;
}

a:visited {
	color: grey;
}

a:active {
	color:#000099;
	text-decoration:underline
}

a:hover {
	color:#000099;
	background-color: #CCCCCC;
}

wrap {
}

head {
}

main {
}

hr {
	color:##000099;
	width: 725px;
	align: center;
}

div.hr {
  height: 1px;
  background: #fff url(../images/graphics/hr01.png) no-repeat scroll right;
}

div.hr hr {
  display: none;
}
	   
img
{  border-style: none;
}

/*.image{
    border-style:none;
    border-top-color:black;
    border-width:2px;
    border-top-width:0px;
	border-bottom-width:5px;
       }*/