/* ---- CUSTOM */

.border {
	border: 1px solid #838383;
}

td.content {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 10px;
}

td.pnav {
	color: #FFFFFF;
	font-size: 11px;
	font-variant: small-caps;
	padding: 7px;
	text-align: center;
	cursor: hand;
	behavior: url(../_css/components/td_rollover.htc);
}

.smallText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.mediumText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.largeText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
}

/*---- */

/* ---- FORMS */
input.inputtext {
	border: 1px solid #2A6FB4;
	height: 20px;
	color: #444444;
	font-size: 10px;
}
/*---- */



/* ---- GLOBAL */
body, td, p, ul, li {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #507295;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E5E5E5;
}
select, textarea, input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #OOOOOO;
}
/* ---- */



/* ---- LINKS */
a:link, a:active, a:visited { 
	color: #4a6f1f;
	font-weight: bold;
	text-decoration: none;
}


a:hover {
	color: #4f8b09;
	font-weight: bold;
	text-decoration: none;
}

a.pnav:link, a.pnav:active, a.pnav:visited {
	color: #FFCC00;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
}

a.pnav:hover {
	color: #FFFFFF;
	font-weight: normal;
}
/* ---- */



/* ---- CONSTANT - DO NOT REMOVE */
img {behavior:url(../_css/components/img_rollover.htc)}
.showspeechbubble {behavior:url(../_css/components/speech_bubble.htc)}

span#my_sc {
	display: none;
	width: 200px;
	height: 10px;
	background-color: #E8E8E8;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	filter: alpha(opacity=100);
	position: absolute;
	behavior: url(../_css/components/saved_comments.htc);
}
/* ---- */
