
/* 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:#FF6600;
	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:#003366;
}

a:hover {
	font-family:inherit;
	font-size:11px;
	font-style:inherit;
	font-weight:bold;
	text-decoration:underline;
	color:#003366;
}

h1 {
	font-family:inherit;
	font-size:22px;
	font-style:inherit;
	font-weight:normal;
	color:#FF6600;
}

h2 {
	font-family:inherit;
	font-size:18px;
	font-style:inherit;
	font-weight:normal;
	color:#FF6600;
}

h3 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	color:#006699;
}

h4 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#ffffff;
	padding:10px;
	margin:0;
}

h5 {
	font-family:Verdana, Geneva, 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:10px;
	font-style:inherit;
	font-weight:inherit;
	color:#565657;
}

.txt-tiny-white {
	font-family:inherit;
	font-size:10.5px;
	font-style:inherit;
	font-weight:inherit;
	color:#ffffff;
}

.txt-blue {
	color:#003366;
}

.txt-big-blue {
	color:#6699cc;
	font-size:15px;
}


.txt-orange {
	color:#ff6600;
}

.txt-white {
	color:#ffffff;
}

.txt-black {
	color:#000000;
}

.txt-gray {
	color:#838383;
	font-size:12px;
}
.txt-tour1 {
	ffont-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:18px;
	font-style: italic;
	font-weight:bold;
	color:#1E68D7;
}

.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;
}

.tbl-gray {
	background-color:#DEDEDE; 
	padding:5px;
}

.tbl-white {
	padding:5px;
}

#enroll-help {
	background-image:url(../images/enroll-help-bg.gif);
	background-repeat:no-repeat;
	width:201px;
	padding-left:2px;
	padding-right:2px;
	padding-top:16px;
}

/* 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;
}
