/*
File:			themes/custom.css
Description:	Custom styles for Easy Thesis
Author:			2010 Phillip Howe Digitally Intuitive Gurus Inc. http://techdigits.com
*/


body {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	background-color: #680001;
}
.HeaderText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #680001;
}

a:link {
	color: #000099;
	font-weight: bold;
}
.Bold {
	font-weight: bold;
	font-size: 36px;
	color: #7B0D06;
	text-align: center;
}
a:hover {
	color:#FCCF25;
}

a:visited {
	color: #FF0000;
}
.HeaderBoldText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #680001;
}
.HeaderBoldText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #680001;
}
.WarningRed {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: italic;
	text-transform: capitalize;
	color: #FF0000;
	font-weight: bold;
}
.justify {
	text-align: justify;
}
