/* ----------------- 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: Georgia, Palatino, Times New Roman, serif;
	text-align: left;
}

p, td, div {
	font-size: 12px;
	line-height: 19px;
}
h1 {
	font-size: 20px;
	text-align: center;
}
h2 {
	font-size: 15px;
	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 ----------------- */

div#content {
	margin: 25px auto 25px auto;
	width: 50%;
}

div#footer {
}
div#footer p {
}
div#footer a:link {
}
div#footer a:visited {
}
div#footer a:hover {
}
div#footer a:active {
}


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

img.left {
	float: left;
}
img.right {
	float: right;
}
clear {
	clear: both;
}

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

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.indent {
	margin-left: 25px;
}
