/* Rollovers and link colours */

a:link {
	color: #4c8fc8;
	text-decoration: none;
}
a:visited {
	color: #4c8fc8;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
a:active {
	color: #4c8fc8;
	text-decoration: none;
}

/* Admin Main.php styles */

.AdminTitle { font-family: "Verdana"; font-size: "11px"; color: "#000099"; font-weight: "bold"; }
.AdminTitleTwo { font-family: "Verdana"; font-size: "11px"; color: "#4c8fc8"; font-weight: "bold"; }
.FormText { font-family: "Verdana"; font-size: "9px"; weight: "bold"; }

/* Admin Index.php styles */

.IndexTitle { font-family: "Verdana"; font-size: "11px"; color: "#ffffff"; font-weight: "bold"; }

/* Admin miscellaneous styles */

.Text { font-family: "Verdana"; font-size: "9px"; }
