/*  SH STYLES COMMON */



/* ***** CLASSES: COLORS ***** */

.simplyblue {
	color: #009FDA;
}

.simplygreen {
	color: #A6CE38;
}

.trimblue {
	color: #8DD8F8;
}

.trimgreen {
	color: #D1E39B;
}

.brightblue {
	color: #00AEEF;
}

.bordergray {
	color: #ccc;
}

.lightgray {
	color: #999;
}

.mediumgray {
	color: #666;
}

.darkgray {
	color: #333;
}


a {
	color: #1223BA; 
	text-decoration: underline;
	cursor: pointer;
}
a:visited {

}

a:hover {
	color: #FFAA00;
}

html, body {
	/* height: 100%; */
}



body>div#trim{
	height: auto; /*non-IE*/
	min-height: 100%; /*non-IE*/
}
/* END SH STYLES COMMON */

/* ***** CLASSES: GENERAL ***** */



.footer_bottom_text {
	font-size: 80%;
	line-height: 150%;
	color: #ccc; /*border*/
}

.footer_bottom_text a, .footer_bottom_text span {
	font-size: 85%;

}

.footer_bottom_text a {
}


a.footer_bottom:link {
	color:darkgray;
	text-decoration:none;
	font-style: normal;
}
a.footer_bottom:visited {
	color:darkgray;
	text-decoration:none;
	font-style: normal;
}
a.footer_bottom:active{
	color:darkgray;
	text-decoration:none;
	font-style: normal;
}
a.footer_bottom:hover{
	color:darkgray;
	text-decoration:underline;
	font-style: normal;
}
p.footer_bottom_text{
	color:darkgray;
	font-style: normal;
}





a.navi:link {
	color:simplyblue;
	text-decoration:none;
	font-style: normal;
}
a.navi:visited {
	color:simplyblue;
	text-decoration:none;
	font-style: normal;
}
a.navi:active{
	color:simplyblue;
	text-decoration:none;
	font-style: normal;
}
a.navi:hover{
	color:simplyblue;
	text-decoration:underline;
	font-style: normal;
}

td.login {
	/*background-color: #CCCCCC;*/
	
}