<STYLE type="text/css">
/* Web Style Sheet: mops.css (c) Dennis Adams Associates 2006-2009 */

A:link		{ color: #000000; text-decoration: underline; }
A:link		{ color: #000000; text-decoration: underline; }
A:visited	{ color: #000000; text-decoration: underline; }
A:active	{ color: #000000; text-decoration: underline; }
A:hover		{ color: white; text-decoration: underline; background-color: purple; }

body {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt; 
	color: #000000;
	min-width: 1125px;
	width: 1125px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	border: 0;
}

table {
	border: 0;
	border-color: #FFFFFF;
	cellpadding: 0; 
	cellspacing: 0;
}

th { 
	font-size: 10pt;
	font-weight: bold;
	background-color: #666666;
	color: 000000;
}

hr	{ color: #000000 }
em	{ font-style: italic; text-transform: none; }
b	{ font-weight: bold }
img	{ border-color: purple; align: center; margin: 10px; border: 10px; }
strong	{ font-size: 120%; font-weight: bold; text-transform: uppercase; }

p, td { 
	font-size: 10pt;
	margin: 10px;
	vertical-align: top;
}
td img {
	center; margin: 10px; border: 10px; 	
}

li { 
	font-size: 10pt;
}

h1 { 
	font-family: verdana, arial, sans-serif;
	text-align: center;
	font-size: 24pt;
	font-style: normal;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 10px;
	text-transform: uppercase;
	color: white;
}
h1 A:link, h1 A:visited, h1 A:active { 
	text-decoration: underline;
	color: white;
}
h1 A:hover { 
	color: purple;
	text-decoration: underline;
	background-color: white;
}

h2 { 
	font-family: verdana, arial, sans-serif;
	text-align: center;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
}
h2 A:link, h2 A:visited, h2 A:active { 
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
h2 A:hover { 
	text-decoration: underline;
	margin-right: 20px;
	margin-left: 20px;
}

h3 { 
	font-family: arial, sans-serif;
	text-align: left;
	vertical-align: top;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	margin: 10px;
}

h4 { 
	font-family: arial, sans-serif;
	text-align: center;
	vertical-align: top;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	margin: 10px;
	border: solid;
	border-color: black;
	color: white;
	background-color: purple;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

h5 { 
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	border: solid;
	border-color: purple;
	background-color: white;
	color: purple;
	margin: 10px;
}

h5 A:link, h5 A:visited, h5 A:active {
	background-color: white;
	color: purple;
	text-decoration: underline;
}

h5 A:hover { 
	background-color: purple;
	color: white;
	text-decoration: underline;
}


h6 { 
	font-family: "Times New Roman",Times,serif;
	font-size: 10pt; 
	text-align: center;
	font-style: italic;
	font-weight: normal;
}

/* classes: basic structure layout */
.yellow-bar {
	background-color: purple;
	width: 150px;
	color: white;
	vertical-align: top;
}

.yellow-bar UL {
	list-style-type: none;
	text-align: left;
}

.yellow-bar LI {
	padding-top: 20px;
}

.yellow-bar A:link, .yellow-bar A:visited, .yellow-bar A:active { 
	color:white;
	text-decoration: underline;
}

.yellow-bar A:hover { 
	background-color: white;
	color: purple;
	text-decoration: underline;
}

.plain-bar {
	background-color: #FFFFFF;
	width: 25px;
}

.menu-bar { 
	background-color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: FFFFFF;
}
.menu-bar A:link, .menu-bar A:visited, .menu-bar A:active { 
	color: white;
	text-decoration: underline;
	background-color: black;
	margin-right: 10px;
	margin-left: 10px;
}
.menu-bar A:hover { 
	color: grey;
	text-decoration: underline;
	background-color: white;
	margin-right: 10px;
	margin-left: 10px;
}

.main-bg {
	background-color: white; 
	text-align: justify;
	vertical-align: middle;
	margin: 20px;
}
.main-bg img {
	align: center;
	margin: 0;
}
.main-bg h2 {
	vertical-align: middle;
}

/* Text Bars: 80% text bar, used with 20% text3-bar */
.text-bar {
	width: 80%;
}
.text-bar img {
	margin: 20px; border: 20px; 	
}
/* 40% text1-bar, 40% text2-bar, used with 20% text3-bar */
.text1-bar {
	width: 40%;
}
.text1-bar img {
	margin: 10px; border: 10px; 	
}
.text2-bar {
	width: 40%;
}
.text2-bar img {
	margin: 10px; border: 10px; 	
}
.text3-bar {
	width: 20%;
	background-color: silver;
}

/* Contained News items appear in text3-bar on right hand side */
.newsitem {
	background-color: #FFFF00; 
	color: 000000;
	margin: 10px;
	border-width: medium;
	border-style: solid;
	border: 1;
	border-color: #666666;
}
.newsitem table {
	align: right;
	cellspacing: 1;
	border-width: medium;
	border-style: solid;
	border: 1;
	border-color: #666666;
}
.newsitem td {
	background-color: #666666; 
	text-align: center;
	color: 000000;
}
.newsitem img  {
	align: center;
	margin: 0;
}
.newsitem th  {
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	background-color: #666666;
	margin: 10px;
}

/* Contained bookitems used for alternating background table rows */
.bookitem1 {
	background-color: #666666;
}
.bookitem2 {
	background-color: #FFFFFF;
}

/* forms */

label,button,input[type="submit"] {
	cursor:pointer;
}

input[type="checkbox"],input[type="radio"]{
        padding:.1em;
        border: 0;
}

textarea {
	font:1em verdana,arial,sans-serif;
}


/* Google ad colors */

#googlecolors1 {
background-color:#4C85D4; /*bg*/
color:#FFFFFF; /*text*/
}
#googlecolors1 a, #googlecolors1 a:visited {
color:#FFFFFF; /*link*/
}
#googlecolors2 {
background-color:#4C85D4; /*border*/
color:#FFFFFF; /*url*/
}

.adsence { text-align: left; }

</STYLE>