/* MAIN CSS FOR HTML TAGS */
/* TAGS APPLICABLE TO ALL CASES*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* HEADER TAGS */

h1 {
	font-size: 22px;
	font-variant: small-caps;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #D010B1;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #666666;
	margin-top: 0px;
	font-style: italic;
}
h6 {
	font-size: 1.2em;
	color: #D010B1;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* LINKS TAGS */

a:link, a:active {
	color: #D010B1;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
a:visited {
	color: #D099B1;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* FIELDSET TAGS */

legend {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

/* TABLE TAGS */

td {
	vertical-align: top;
}
form {
	margin: 0px;
	padding: 0px;
}
