/*----------
	Stylesheet for: John D.V. Salvador Foundation
	By: Joshua Dearing
----------*/

.dummy {
}

/* universal fonts */
html, option, form, select, body, div, span, th, td, form, p, li, ul, ol, a, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

/* generic universal fonts -do not modify- */
.whitesm {
	color: White;
	font-size: 10px;
}

a.whitesm {
	text-decoration: underline;
}

a.whitesm:hover {
	text-decoration: none;
}

.white {
	color: White;
	font-size: 11px;
}

a.white {
	text-decoration: underline;
}

a.white:hover {
	text-decoration: none;
}

.whitemedium {
	color: White;
	font-size: 12px;
}

a.whitemedium {
	text-decoration: underline;
}

a.whitemedium:hover {
	text-decoration: none;
}

.whitelarge {
	color: White;
	font-size: 18px;
}

a.whitelarge {
	text-decoration: underline;
}

a.whitelarge:hover {
	text-decoration: none;
}

.blacksm {
	color: Black;
	font-size: 10px;
}

a.blacksm {
	text-decoration: underline;
}

a.blacksm:hover {
	text-decoration: none;
}

.black {
	color: Black;
	font-size: 11px;
}

a.black {
	text-decoration: underline;
}

a.black:hover {
	text-decoration: none;
}

.blackmedium {
	color: Black;
	font-size: 12px;
}

a.blackmedium {
	text-decoration: underline;
}

a.blackmedium:hover {
	text-decoration: none;
}

.blacklarge {
	color: Black;
	font-size: 18px;
}

a.blacklarge {
	text-decoration: underline;
}

a.blacklarge:hover {
	text-decoration: none;
}

.graysm {
	color: Gray;
	font-size: 10px;
}

a.graysm {
	text-decoration: underline;
}

a.graysm:hover {
	text-decoration: none;
}

.gray {
	color: Gray;
	font-size: 11px;
}

a.gray {
	text-decoration: underline;
}

a.gray:hover {
	text-decoration: none;
}

.graymedium {
	color: Gray;
	font-size: 12px;
}

a.graymedium {
	text-decoration: underline;
}

a.graymedium:hover {
	text-decoration: none;
}

.graylarge {
	color: Gray;
	font-size: 18px;
}

a.graylarge {
	text-decoration: underline;
}

a.graylarge:hover {
	text-decoration: none;
}

/* page title font (used for good SEO) fill out your color and size */
.text {
	color: #000000;
	font-family: "Palatino Linotype";
	font-size: 12px;
}

a.text {
	text-decoration: underline;
}

a.text:hover {
	text-decoration: none;
}

.title {
	color: #7d2622;
	font-family: "Palatino Linotype", Times, serif;
	font-size: 18px;
}

a.title {
	text-decoration: underline;
}

a.title:hover {
	text-decoration: none;
}

.smalltitle {
	color: #7d2622;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.caption {
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: strong;
}
a.smalltitle {
	text-decoration: underline;
}

a.smalltitle:hover {
	text-decoration: none;
}

.textright {
	color: Black;
	font-size: 11px;
}

a.textright {
	text-decoration: underline;
}

a.textright:hover {
	text-decoration: underline;
	color: #443aa6;
}

.bottomlink {
	color: #333399;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

a.bottomlink {
	text-decoration: none;
}

a.bottomlink:hover {
	text-decoration: underline;
}

.otherlink {
	color: #333399;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.othertext {
	color: Black;
	font-family: "Palatino Linotype", Times, serif;
	font-size: 14px;
}

a.otherlink {
	text-decoration: underline;
}

a.otherlink:hover {
	text-decoration: underline;
}

.otherlink2 {
	color: #333399;
	font-family: "Palatino Linotype";
	font-size: 14px;
}

a.otherlink2 {
	text-decoration: none;
}

a.otherlink2:hover {
	text-decoration: none;
}


.field {
	border: 1px solid #7f9db9;
	width: 130px;
}