/* 
html5 Stylesheet
v1.0
Last Updated:  29 June 2011
Author:  dave trapp
*/

html, body, div, /*span, object, iframe,*/
h1, h2, h3, h4, h5, h6, /*
p, blockquote, pre,
abbr,
*/ address, cite, code,
del, dfn, /*
em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset,
*/ form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 18px;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	background:  white;
    background-image: url(edge.jpg repeat);
    line-height: 1;
	font-family:  "New Century Schoolbook", "Times New Roman", Times, serif;
    color: black;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote: before, blockquote: after,
q: before, q: after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:link {
	color:  #990044;
	}

a:visited {
	color:  #6600CC;
	}

a:hover, a:active {
	color:#FAA;
	}

ins {
    background:  #ff9;
    color:  #000;
    text-decoration: none;
}

mark {
    background:  #ff9;
    color:  #000; 
    font-style:  italic;
    font-weight:  bold;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

/*
 table {
   border-width: 2px;
	border-spacing: 0;
	border-style: solid;
	border-color: #DDD;
	background-color:  #ECC;
	}
    table td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #EEE;
	background-color: #ECC;
	-moz-border-radius: ;
}
*/
table.white {
	border-width: 0px;
	border-spacing: ;
	border-style: none;
	border-color: white;
	border-collapse: separate;
	background-color: F2F2F2;
}
table.white td {
	border-width: 0px;
	padding: 15px;
	border-style: none;
	border-color: white;
	background-color: F2F2F2;
	-moz-border-radius: ;
}
table.pink {
    border-width: 1px;
	padding: 0;
	border-spacing: 0;
	border-style: solid;
	border-color: #DDD;
    background:  #ECC;
    margin: auto auto;
	}	
table.pink td {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: white;
	background-color: #ECC;
	-moz-border-radius: ;
}
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/*
img { margin:  auto auto; }
	.imgb {
  border: 2px solid #999;
  padding: 0
  }
*/

.TITLE {
	font: bold italic 300% "New Century Schoolbook", "Times New Roman", Times, serif;
	color: #903
	}

.CENTER {text-align: center; margin:  auto auto; }
.RIGHT {text-align:  right; }
	
.L { text-align: left; }
.C { text-align: center; margin:  auto auto; }
.R { text-align: right; }
	
.small {
	font: normal 75% "New Century Schoolbook", "Times New Roman", Times, serif;
	}	

H2 {
	font:  normal  italic x-large  "Garamond", serif;
	color:  #903;
	text-align: center;
	}

H3 {
	font:  bold  italic 200% "Garamond", serif;
	color:  #687;
	text-align: center;
	}

H4 {
	font:  bold  italic 125% "Garamond", serif;
	color:  #687;
	text-align: center;
	}
	
H5 {
	font: normal  90% "Garamond", serif;
	color:  #000;
	text-align: center;
	}
	
H6 {
	font: normal 90% "Garamond", serif;
	color: #000;
	text-align: right;
}

.RED {
	font-weight:  bold;
	color: #D50207;
	}

.HEN {
	font-weight: bold;
	color: #7F0C46;
	}

.BRONZE{
	font-weight:  bold;
	color:  #CC6600;
    }

.YELLOW {
	font-weight: bold;
	color: #DDDD00;
	}

.GREEN {
	font-weight: bold;
	color: #008000;
	}

.TEAL {
	font-weight: bold;
	color: #007F6A;
	}

.TAIL {
	font-weight: bold;
	color: #668877;
	}

.CYAN {
	font-weight: bold;
	color: #00FFFF;
	}

.BLUE {
	font-weight: bold;
	color: #0000FF;
	}

.PURPLE {
	font-weight: bold;
	color: #6C18B0;
	}

.MAGENTA {
	font-weight: bold;
	color: #FF00FF;
	}

.MAROON {
	font-weight: bold;
	color: #630028;
	}

.GOLDSMALL {
	font-weight: bold;
	font-size: small;
	color: #7F5F00;
	}
