html { 
overflow-y: scroll;
}

body {
	margin-right : 0px;
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	text-align: center;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	font-style : italic;
	text-align : center;
	color : white;
}

#container {
	POSITION: relative; 
	TEXT-ALIGN: left; 
	WIDTH: 1000px;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	font-style : italic;
	text-align : center;
	color : red;
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : normal;
	font-style : italic;
	text-align : center;
	color : black;
}

div#footer {
	background-color: gray;
	width : 100%;
	height : 50px;
}

div.red {
	color: red
}

div.green{
	color: green
}

div.yellow {
	color: yellow
}

div.blue {
	color: blue
}

div.navy {
	color: navy
}

div.silver {
	color: silver
}

div.heading {
	font-size: 24px;
}

div.italic {
	font-style: italic;
}

p.white {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	text-align : left;
}

p.right {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : Black;
	text-align : right;
	line-height : 16px;
}

a.main, a.main:link, a.main:visited, a.main:active {
	background : transparent;
	color : Blue;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px
}

a.main:hover {
	color : Red;
}

p.large {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 36px;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	color : Black;
}

p.largewhite {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 36px;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	color : white;
}

hr {
	color : black;
	margin-left : 10%;
	margin-right : 10%;
}

hr.orange {
	color: #ff3300;
	height: 1px;
}

p.head {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align : center;
}

p.head2 {
	font-family : "Sprint SF", Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	font-style : normal;
	text-align : center;
	color : Black;
}

p.head3 {
	font-family : "Sprint SF", Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	color : Black;
}

p.head4 {
	font-family : "Sprint SF", Arial, Helvetica, sans-serif;
	font-size : 48px;
	font-weight : bold;
	font-style : normal;
	text-align : right;
	color : #ff3300;
}

p.head5 {
	font-family : "Sprint SF", Arial, Helvetica, sans-serif;
	font-size : 48px;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	color : #ff3300;
}


p.head6 {
	font-family : "Sprint SF", Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	font-style : normal;
	text-align : center;
	color : Black;
}

p.normal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : Black;
	margin-right : 30px;
	text-align : justify;
}

p.middle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : Black;
	text-align : center;
}

p.smallmiddle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : Black;
	text-align : center;
}

p.left {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : Black;
	text-align : justify;
}

p.right {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : Black;
	text-align : right;
	margin-right : 10px;
}

p.left2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : Black;
	text-align : left;
}

p.italic {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : Black;
	text-align : justify;
	font-style : oblique;
}

p.small{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
}


a.menu, a.menu:visited, a.menu:active {
	background : transparent;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
}

a.menu:hover {
	color : Red;
}

a.small, a.small:visited, a.small:active {
	background : transparent;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

a.small:hover {
	color : Red;
}

a.small2, a.small2:visited, a.small2:active {
	background : transparent;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
}

a.small2:hover {
	color : Red;
}
.borderline {
	BORDER-RIGHT: 1px solid #802991;
	BORDER-TOP: 1px solid #802991;
	BORDER-LEFT: 1px solid #802991;
	BORDER-BOTTOM: 1px solid #802991;
	BACKGROUND-COLOR: transparent;
}

.sides	{
	BORDER-RIGHT: 1px solid #802991;
	BORDER-LEFT: 1px solid #802991;
	BACKGROUND-COLOR: transparent;
}

ul {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	color : Black;
	text-align : justify;
	line-height : 24px;
}

td.menu	{
background-color:#FF0000;
color:#FFFFFF;
text-align:center;
}

