/* CSS Document */

A:link {text-decoration: none; color: #000099}
A:visited {text-decoration: none ; color: #000099}
A:hover {text-decoration: underline; color: #333333}
A:active {text-decoration: overline; color: #ff0000; background: #ededed}

body {background: #F0F0F0; margin: 15px}

/* Paragrahs */
p {
	text-align: justify;
	color: #373737;
	font-size: 12px;
	font-family: "comic sans ms", sans-serif, arial, helvetica, tahoma, verdana;
	font-style: normal;
	margin: 5px 7px 10px 1px;
}
.side {
	font: normal 11px "Comic Sans MS";
	color: #373737;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
}

/* Heading  and Sub-headings */
h1 {
	color: #191919;
	letter-spacing: normal;
	word-spacing: normal;
	list-style: upper-alpha outside;
	margin-bottom: 5px;
	font: 800 0.8em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #373737;
	padding-bottom: 2px;
	padding-top: 1px;
}
h4 {
	font: 800 11px Arial, Helvetica, sans-serif;
	color: #373737;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
	background: #CCCCCC;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h5 {
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	font: 800 14px "Comic Sans MS";
	color: #FFFFFF;
	background: #373737;
	padding-top: 3px;
	margin-top: 3px;
	margin-bottom: 1px;
	padding-bottom: 3px;
}

/* Page Fotters */
.foot {text-align: center; color: #666666; font-size: 10px; font-family: "comic sans ms", Balloons, "arial CE", arial, helvetica}

/* Controls all borders */
.border {border-style: solid; border-width: 1px; border-color: #666666}
.border2 {
	border: 1px solid #666666;
}

.bottom-bdr {border-style: solid; border-color: #666666; border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px}
.bottom-bdr2 {
	border-style: solid;
	border-color: #999999;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}
.bottom-bdr3 {border-style: solid; border-color: #ededed; border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px}

.dash-right-bdr {border-style: dashed; border-color: #999999; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 1px}

.right-bdr {border-style: solid; border-color: #FFFFFF; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 1px}
.rightside {
	font: 5px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	white-space: normal;
}
