/* ELEMENTS */

p {
	font-family: "Century Gothic", Verdana;
	font-size: 12px;
}

b, .date {
	color: #C76C9A;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
}

li {
	font-family: "Century Gothic", Arial, verdana;
	font-size: 12px;
}
body {
	font-family: "Century Gothic", Arial, verdana;
}
strong {
	color: #C76C9A;
}


/* CLASSES */

.small {
	font-family: "Century Gothic", Verdana;
	font-size: 8px;
}
.medium {
	font-family: "Century Gothic", Verdana;
	font-size: 10px;
}
.complete {
border-top: solid 1px #990000;
border-bottom: solid 1px #990000;
border-left: solid 1px #990000;
border-right: solid 1px #990000;
}
.right {
border-right: solid 1px #990000;
}
.left {
border-left: solid 1px #990000;
}
.leftbot {
border-bottom: solid 1px #990000;
border-left: solid 1px #990000;
}
.topleft {
border-top: solid 1px #990000;
border-left: solid 1px #990000;
}
.bottom {
border-bottom: solid 1px #990000;
}


IMG.box2 { border: 2px solid #990000; } 
.formStyle{font-family:Century Gothic; font-size: 11px; color: #000000; background-color:FFFFFF; border: 1px solid #666666;}

.atext {
	color: #C76C9A;
	text-decoration: none;
}
.atext:hover {
	text-decoration: underline;
}
.green {
	color: #156F7B;
}
.strong_black {
	font-weight: bold;
	color: #000000;
}
.strong_green {
	color: #156F7B;
	font-weight: bold;
}
.em_green {
	color: #156F7B;
	font-weight: lighter;
	font-style: italic;
	font-size: 12px;
}
.submenu_title {
	color: #990000;
	text-align: center;
	font-size: 15px;
	font-family: "Century Gothic", Arial, verdana;
}
.submenu_links {
	text-align: center;
	font-size: 12px;
	font-family: "Century Gothic", Arial, verdana;
}
.submenu_links a {
	color: #000000;
	text-decoration: none;
	
}
.submenu_links a:hover {
	text-decoration: underline;
	
}