body {
	background-color:white;
	top: 0.1px;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	color: navy;
	line-height: 1.3em;
}

.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	color: navy;
	line-height: 1.3em;
}

.parabold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
    font-weight: bold;
	color: navy;
	line-height: 1.3em;
}

div.para p, div.parabold p,
div.para li, div.parabold li {
 /*	font-family: Arial, Helvetica, sans-serif; */
	color: navy;
	font-size:100%;
 /*	line-height: 1.3em; */
}

/*
.mtgattrib {
    text-indent: -1em;
    padding-left: 1em;
}
*/

.monospce {
 /* font-family: monaco, courier, monospace; */
    font-family: courier, monospace;
 /* font-family: monospace; */
}

h1 {
       font-family: "Lucida Sans", Verdana, Arial, sans-serif;
       font-size: x-large;
       font-weight: bold;
       color: #000077;
       line-height:1.5em;

     }
h2 {
       font-family: "Lucida Sans", Verdana, Arial, sans-serif;
       font-size: large;
       font-weight: bold;
       color: #000077;
       line-height:1em;
     }


h3  {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : left;
	color: #23238E;
}
h4  {
	font-family : "Trebuchet MS";
	font-size : small;
	background-color : transparent;
	color : #FF7F0D;
	line-height: 1em;
}


.bullet  {
	font-family : "Arial";
	font-style : normal;
	font-weight : bold;
	color : navy;
	font-size : 10pt;
	padding-top : 2pt;
}

.colleft  {
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	font-size : 10pt;
	font-variant : normal;
	line-height : 120%;
}

.colright  {
	font-family : Arial;
	font-style : normal;
	font-weight : normal;
	font-size : 10pt;
	padding-top : 6pt;
}


.intro  {
	font-family : "Arial";
	font-style : normal;
	font-size : 10pt;
	font-weight : bold;
	color : #23238E;
	line-height:12 pt;
}
ul li {
	list-style-type: circle}
	
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: yellow;
	 /*#23238E;*/
	text-decoration: none;
	text-align: left;
	display: marker;
	margin-left: 10px;
}
a.button:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 	yellow; /*#FFD700;*/
	/*#FF9900;
	*/
	text-decoration: none;
	text-align: left;
	/*display: marker;
	*/
	margin-left: 10px;
	/*background-color : #F5F5DC;*/
}
a.button:link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: gold; /*#FFD700;
	#FF9900;*/
	text-decoration: none;
	text-align: left;
	/*display: marker;*/
	margin-left: 10px;
	background-color : Navy;
	/*#F5F5DC;*/
}


.newbutton, .newbuttonhov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
	text-align: left;
	display: marker;
	margin-left: 10px;
}
a.newbutton:link, a.newbuttonhov:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 	blue;
	text-decoration: none;
	text-align: left;
	/*display: marker;
	*/
	margin-left: 10px;
}
a.newbutton:active, a.newbuttonhov:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:blue;
	text-decoration: none;
	text-align: left;
	/*display: marker;*/
	margin-left: 10px;
	background-color : gold;
}
a.newbuttonhov:hover {
    color: white;
    background-color: blue;
}
