/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}

p, td, div {
	font-size: 12px;
}
h1 {
	font-size: 20px;
	text-align: center;
}
h2 {
	font-size: 16px;
	margin: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

a:link {
	color: gray;
	text-decoration: none;
}
a:visited {
	color: gray;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: gray;
	text-decoration: none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

td  {	
	vertical-align: top;
}

div#copyright {
font-size: 9px;
}


/* ---------------------- FORM ---------------------- */

input {
        width: 100px;
        margin-bottom: 10px;
}

textarea {
        width: 200px;
        margin-bottom: 10px;
}

label{
        display: block;
        text-align: right;
        float: left;
        width: 150px;
        padding-right: 20px;
}



/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
}
clear {
	clear: both;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* ----------------- CUSTOM CLASSES ----------------- */