﻿/* The Nothing Fancy Times Default Font */
.mainText {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

.pageTitles {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #9A0601;
	text-align: center;
	letter-spacing: .3em;
}

/* Simply center the selection */
.simplyCenter {
    text-align: center;
}

/* Make line spacing a little bigger */
.lineSpacingLittleBigger {
	line-height: 1.5em;
}

/* Small Font */
.fontSmall {
    font-size: small;
}

/* Large Font */
.fontLarge {
    font-size: large;
}

/* X-Large Font */
.fontXLarge {
    font-size: x-large;
}

/* Make "Width" 50% */
.widthHalf {
	width: 50%;
}

/* Align to top */
.alignTop {
    vertical-align: top;
}


/* Hyperlink Styles */
a:link {
	color:#5D2417;
}
a:visited {
	color:purple;
}
a:hover {
	font-style:italic;
	cursor:pointer;
}

body {
}
