.largetext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000CC;
	border-color: #0000CC;
	text-align: center;
}

.smalltext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.smalltextbold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.blackbordersansleft {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.blackbordersansright {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.button {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-color: #0000cc;
}
.largetextnoborder {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.margin {
	margin: 15px;
}

.mediumtextlink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000CC;
	border-color: #0000CC;
	text-align: center;
	text-decoration: underline;
}
.blueborder {
	border: medium solid #0000cc;
}
.pink {
	color: #FF0000;
}


.mediumtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-color: #0000CC;
	text-align: left;
	text-indent: 25px;
}
.whitespace {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.border {


	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00ff00;
	border-right-color: #00ff00;
	border-bottom-color: #00FF00;
	border-left-color: #00ff00;
}
.bordertop {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #00ff00;
}
.borderright {
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #00ff00;
}
.borderleft {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #00ff00;
}
.borderbottom {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #00ff00;
}
.largertext {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.italic {
	font-style: italic;
}
.nonbold {
	font-weight: normal;
}

.green {
	color: #00FF00;
}
.blue {
	color: #0033CC;
}
.pictureborder {
	border: medium solid #00ff00;
}
.blackborder {
	border: thin solid #000000;
}
.blackbordertop {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
