/* MSEC CSS */
/* general styles */
	/*
	colour scheme:
	purple #333399 now 3C0082
	gold #FFCC00
	green #008000
	---------------------------
	pale lilac #CDC3D5
	pale yellow #FFFF99
	*/
body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000000; /*#3C0082;*/
	font-size: x-small;
	font-style: normal;
	margin: 0px 0 0 0px;
	text-align: center;
}

p, input, textarea, select, ul, ol {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000000; /*#3C0082;*/
	font-size: x-small;
	font-style: normal;
	/*text-align: left;*/
}

td {
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
}

th {
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
}
h1 {
	color: #FFCC00;
	font-size: large;
}
h2 {
	color: #3C0082;
	font-size: medium;
}
h3 {
	color: #3C0082;
	font-size: medium;
}
h4 {
	color: #008000;
	font-size: small;
	margin-top: 4px;
	letter-spacing: 0.3em;

}

.rightcoltext {
	color: #008000; /*override format styles above*/
}
p.quotes {
	background-attachment: fixed;
	background-image: url(/images/homepage/quotes.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #666666;
	/*border-left: 1px dotted #CDC3D5;*/
	border-bottom: 1px dotted #CDC3D5;
	padding: 5px;
}

.menusmalltext {
	font-size: xx-small;
	text-align: left;
}

.headertable {
	border-top: 3px solid #3C0082;
	border-bottom: 0px solid #FFCC00;
	margin-top: 0px;
	padding-top: 2px;
}

h4.heading {
	display: inline;
	font-size: 8pt;
	color: #008000;

}
tr.background-yellow {
	background-color: #FFFF99;
}
tr.background-lilac {
	background-color: #CDC3D5;
}
.lilactext {
	color: #CDC3D5;
}
.goldtext {
	color: #ffcc00;
}
.greentext {
	color: #008000;
}
.purpletext {
	color: #3C0082;
}
abbr, acronym, span.abbr {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-top-color: #CDC3D5;
	border-right-color: #CDC3D5;
	border-bottom-color: #CDC3D5;
	border-left-color: #CDC3D5;
	cursor: help;
}
.headertext {
	border-bottom:#CDC3D5 solid 1pt;
	width: 100%;

}