/* GENERAL STYLES */
.black
{
	color: #000000;
}
.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: Black;
	background-color: White;
	border: solid 1px black;
}

.copyright 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00648f;
	text-align: center;
}
.copyrightBullet
{
	color: #f2626a;
}
.padded
{
	padding-left: 40px;
	padding-right: 40px;
}
.picBorder
{
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}
.red
{
	color: #d4000c;
}
.sideBarTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #027098;
	text-align: center;
}
.subtitle
{
	font-size: 14px;
	font-weight: bold;
	color: #d4000c;
}
.title
{
	font-size: 18px;
	font-weight: bold;
	color: #0053a0;
}
.white
{
	color:#ffffff;
}

/* EDITOR PROPERTIES */
