/* CSS Document */

body,td,p {
	font-family: "Trebuchet MS", Verdana, arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #4d4d4d;
}

input,select,textarea {
	font-family: verdana, arial, helvetica, bitstream vera sans, sans-serif;
	font-size: 11px;
}

form {
	margin: 0px;
}


/* Links */

a {
	color: #163A90;
}
a:visited {
	color: #163A90;
}
a:hover {
	color: #163A90;
	text-decoration: underline;
}

/* Nav */

.navLine {
	height: 12px;
	background-image: URL(../images/img_navline.gif);
	background-repeat: no-repeat;
}

a.navLink {
	font-size: 15px;
	color: #c0c0c0;
	padding-left: 32px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	text-decoration: none;
}
a.navLink:visited {
	color: #c0c0c0;
	text-decoration: none;
}
a.navLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* Styles */

.small {
	font-size: 11px;
}

.tiny {
	font-size: 10px;
}

.blue {
	color: #123A91;
}

.midText {
	font-size: 17px;
	color: #123A91;
}

.white {
	color: white;
}

.star {
	color: #a01010;
}

.liteText {
	color: #c0c0c0;
}

/* Customtables */


.maintable {
	margin:2px;
}

.heading {
	font-size: 17px;
}

.headingNumbers {
	font-size: 18px;
}

#mainbox {
	width: 360px;
	height: 366px;
	overflow: hidden; /* or 'auto' for scrolling */
}

hr {
	border-style: solid;
	border-width: 0px;
	height: 1px;
	color: #909090;
	background-color: #909090;
	margin-top: 14px;
	margin-bottom: 14px;
}


