
a.link {color: #FF0000; text-decoration: none;}
a.visited {color: #00FF00; text-decoration: none;}
a.hover {color: #FF00FF; text-decoration: none;}
a.active {color: #0000FF; text-decoration: none;}

body{ background-color: #E8E8E8; }
button {font-size: 15;}

.center7{ margin: auto; width:70%;}

div.h20 {height:20px;}
div.left {text-align: left; height: 25px; color: black;}
div.leftblue {text-align: left; height: 30px; color: blue;}
div.menu {text-align: left; height: 30px; color: black; background-color: #BACDCD;}
div.menuC {text-align: center; height: 30px; color: black; background-color: #BACDCD;}
div.space {height:30px;}
div.spaceC {height:30px; text-align: center;}
div.s0 {height:80px;}
div.s1 {height:120px;}
div.s2 {height:150px;}

h2 {color: green; font-size: 24; }

input {font-size: 18;}
select {font-size: 18;}
input.select {color: red; visibility: hidden; }
input.large {font-size:26; background-color: blue; color: white; }
input.right {text-align:right;}
input.center {text-align:center;}
form.center {text-align: center;}

p {color: black; font-size: 20px; }
p.blue {color: blue; }
p.black {color: black; }
p.yellow {color: yellow; }
p.hello { color:blue; font-size:36; text-align:center; margin:10px;}
p.helloP { color:#F21707; font-size:36; text-align:center; margin:10px;}
p.hellop0 { color:#F21707; text-align:center; margin:10px;}
p.copy { color:black; font-size:10; text-align:left; margin:0px;}
p.offer { color:black; font-size:36; text-align:center;}
p.center { color:black; font-size:20; text-align:center;}
p.right { color:black; font-size:20; text-align:right; clear: both;}
p.prompt { color:red; font-size:20;}
p.warn { color:red; font-size:20; text-align:center;}
p.info { color:black; font-size:20; text-align: left;}
p.info1 { color:#2E2E2E; font-size:18; text-indent:10%; }
p.info1n { color:black; font-size:18; text-indent:10%; margin:0px; }
p.menu {background-color: #e8e8e8; padding: 6px 6px; border-radius: 7px;
	border-style: solid; border-width: 1px; border-color: red; cursor: crosshair;
	left: 8em; max-width: 30em;
	font-size: 20; margin: 2px 1px 10px 1px; text-align: left; }

table.tc	{border: 3px solid blue;
		border-collapse: collapse;
		border-spacing: 0px; vertical-align:top;}
th {font-size: 20; padding: 6px; vertical-align:top;}
th.center {text-align: center;}
th.right {text-align: right;}
th.h3 {background-color: #BACDCD;}
td {font-size: 20; padding: 6px; border: 1px solid blue; vertical-align:top;}
td.p0 {font-size: 20; padding: 0px; border: 1px solid blue; vertical-align: top;}
td.c2 {text-align: center;}
td.center {text-align: center;}
td.right {text-align: right;}

textarea {width: 95%; text-align: left;}

div.clear {height: 0; clear: both;}

fieldset {position: relative;}

span.menu {background-color: #e8e8e8; padding: 3px 3px; border-radius: 7px;
	border-style: solid; border-width: 1px; border-color: red; cursor: crosshair;
	font-size: 14; display: inline-block; margin: 2px 1px 1px 1px; }

span.heading {color: blue; font-size: 20;}
span.expand {color: red; font-size: 18;}
span.shrink {color: red; font-size: 18;}

#wrapper{ text-align: center; border-style: solid;
	border-width: 1px; border-color: blue; }

.wrapper > div{ display: block; }

.tabs{ word-spacing: -3px; letter-spacing: -3px; width: 100%;
	height: 34px; overflow: auto;}

.tabs > span{
	background: #E0E0E0; padding: 6px 6px; border-radius: 5px 5px 0 0;
	border-style: solid; border-width: 1px; border-color: blue;
	float: left; word-spacing: normal; letter-spacing: normal; cursor: crosshair;
	}

.pages{ word-spacing: -3px; letter-spacing: -3px; width: 100%;
	}

.pages > div{
	background: #E0E0E0;
	padding: 6px 6px;
	border-radius: 5px 5px 0 0;
	border-style: solid;
	border-width: 1px;
	border-color: blue;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: center;
	}

li.info{text-align: left; margin-top:1em;}
