
/* PAGE STYLE */
/* --- The basics to control universal font style, etc. --- */

html, body,  {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#565657;
	background-color:#ffffff;
	margin:0;
	padding:0;
	
	scrollbar-3dlight-color:#192451;
	scrollbar-arrow-color:#184713;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#192451;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#192451;
	scrollbar-shadow-color:#eeeeee;
	scrollbar-track-color:#ffffff;
}

td {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#565657;
}

/* TEXT STYLE */
/* --- This is a starter set.  Add any other tags needing style set on them --- */
a:link, a:visited {
	font-family:inherit;
	font-size:11px;
	font-style:inherit;
	font-weight:bold;
	text-decoration:none;
	color:#44847C;
}

a:hover {
	font-family:inherit;
	font-size:11px;
	font-style:inherit;
	font-weight:bold;
	text-decoration:underline;
	color:#44847C;
}
A.normalweight:visited,A.normalweight:link,A.normalweight:hover,A.normalweight:active{
	font-weight:normal;
	color:#44847C;
}
A.links:hover,A.links:link,A.links:visited,A.links:active  {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
h1 {
	font-family:inherit;
	font-size:22px;
	font-style:inherit;
	font-weight:normal;
	color:#44847C;
}

h2 {
	font-family:inherit;
	font-size:18px;
	font-style:inherit;
	font-weight:normal;
	color:#666666;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	color:#666666;
}

h4 {
	font-family:Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#ffffff;
	padding:10px;
	margin:0;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#003366;
	padding:5px;
	margin:0;
}

h6 {
	font-family:inherit;
	font-size:13px;
	font-style:inherit;
	font-weight:bold;
	color:#FF6600;
}


/* SPECIAL TEXT STYLE */
/* --- These classes NEED set-up with ".txt-" infront of them and will show in the RTE --- */

.txt-tiny {
	font-family:inherit;
	font-size:11px;
	font-style:inherit;
	color:#565657;
}
.required-tiny
{
	font-family:inherit;
	font-size:10px;
}
	
.txt-tiny-white {
	font-family:inherit;
	font-size:10px;
	font-style:inherit;
	font-weight:inherit;
	color:#ffffff;
}

.txt-blue {
	color:#003366;
}

.txt-big-blue {
	color:#6699cc;
	font-size:15px;
}


.txt-green {
	color:#44847C;
}
.txt-ltgreen
{
	color:#B1BE5D;
}
.txt-white {
	color:#ffffff;
}

.txt-black {
	color:#000000;
}

.txt-gray {
	color:#666666;
	font-size:12px;
}
.txt-tour1 {
	ffont-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:18px;
	font-style: italic;
	font-weight:bold;
	color:#1E68D7;
}
.txt-yellow
{
	color:#EAF69C;
}
.txt-orange
{
	color:#FF9900;
}
.lbl-h1 
{
	font-family:inherit;
	font-size:22px;
	font-style:inherit;
	font-weight:normal;
	color:#FF6600;
}

/* SPECIAL PAGE STYLE */
/* --- this would be for <div>, etc with background, etc. set on them --- */

img {
	border:none;
}
.works
{
	padding-left:10px;
	margin-top:-2px;
	padding-right:0;
	font-size:11px;
}
.tbl-gray {
	background-color:#DEDEDE; 
	padding:5px;
}

.tbl-white {
	padding:5px;
}

.enroll-help {
	width:237px;
	padding-left:2px;
	padding-right:2px;
	padding-top:7px;
	border:3px solid #184713;
	margin-top:-3px;
	color:#000000;
}
#enroll-help-bottom {
	width:237px;
	padding-left:2px;
	padding-right:2px;
	padding-top:7px;
	margin-top:-6px;
	color:#000000;
}
.leftbg
{
	padding:7px;
	line-height:17px;
	margin-left:18px;
	margin-top:-25px;
	color:#FFFFFF;
}
/* FORM STYLE */
/* --- All submit buttons, search boxes, etc. will need inline widths set on them --- */

form {
	font-family:inherit;	
	font-size:12px;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
	color:#0066cc;
	display:inline;
}

input {
	font-family:inherit;
	font-size:12px;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
	color:#0066cc;
	display:inline;
}

textarea {
	font-family:inherit;
	font-size:12px;
	font-size:inherit;
	font-style:normal;
	font-weight:normal;
	color:#0066cc;
	display:inline;
}

select {
	font-family:inherit;
	font-size:12px;
	font-size:inherit;
	font-style:normal;
	font-weight:normal;
	color:#0066cc;
	display:inline;
}