/* (LINKS & BODY TAG) */
body {
	font-family: arial, verdana, geneva, helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	background-color: #fff;
	}
td, th {font-family: arial, verdana, geneva, helvetica, sans-serif;
		font-size: 11px;
		}

a:link {color: #AB2524; text-decoration: underline;}
a:visited {color: #8B262C; text-decoration: underline;}
a:hover {color: #8B262C; text-decoration: none;}
a:active {color: #AB2524; text-decoration: underline;}

a.Forced:link {color: #AB2524; text-decoration: none; font-size: 11px;}
a.Forced:active {color: #AB2524; text-decoration: none; font-size: 11px;}
a.Forced:visited {color: #AB2524; text-decoration: none; font-size: 11px;}
a.Forced:hover {color: #AB2524; text-decoration: none; font-size: 11px;}

/*  (Layout IDs)  */
#Container{
	margin: 10px 0px 0px 25px;
	width: 850px;
	overflow: visible;
}
#MainContent{
	background-image: url(ClassLibrary/Page/Images/Site/InteriorBackground.gif);
	background-repeat: repeat-y;
}
#LeftColumn{
	float: left;
	width: 204px;
	text-align: center;
}
#RightColumn{
	float: left;
	width: 530px;
	margin-left: 16px;
}
#Footer{
	width: 750px;
	height: 48px;
	background-color: #E0DFC4;
	text-align: center;
	color: #6B6A52;
	padding-top: 23px;
}
/* (Form Builder) */
#formbuilderdisplay td {
	font-size: 11px;
	color: #ffffff;
}

.caption { 
	margin: 5px; 
	padding: 5px; 
	border: solid 1px #E5E5FF; 
	background: #E5F2FF; 
	font-size:90%; 
	color: black 
} 
/* (colorS USED IN CLASS) */
/* (White to Black Range) */
.fg0 {color: #FFFFFF;}
.fg1 {color: #CACACA;}
.fg2 {color: #A5A5A5;}
.fg3 {color: #7F7F7F;}
.fg4 {color: #606060;}
.fg5 {color: #2A2A2A;}
.fg6 {color: #000000;}

/* (Light Hues) */
.fl0 {color: #FBF9E5;}
.fl1 {color: #FBF9E5;}
.fl2 {color: #FBF9E5;}
.fl3 {color: #EBE7C0;}
.fl4 {color: #B9B37C;}
.fl5 {color: #90861B;}
.fl6 {color: #90861B;}

/* (Medium Hues) */
.fm0 {color: #ECF1FD;}
.fm1 {color: #ECF1FD;}
.fm2 {color: #ECF1FD;}
.fm3 {color: #7EA0FF;}
.fm4 {color: #7EA0FF;}
.fm5 {color: #7EA0FF;}
.fm6 {color: #7EA0FF;}

/* (Dark Hues) */
.fd0 {color: #8290B9;}
.fd1 {color: #8290B9;}
.fd2 {color: #8290B9;}
.fd3 {color: #AB2524;}
.fd4 {color: #022FA7;}
.fd5 {color: #022FA7;}
.fd6 {color: #022FA7;}



/* (BACKGROUND - colorS) */
/* (White to Black Range) */
.bg0 {background-color: #FFFFFF;}
.bg1 {background-color: #CACACA;}
.bg2 {background-color: #A5A5A5;}
.bg3 {background-color: #7F7F7F;}
.bg4 {background-color: #606060;}
.bg5 {background-color: #2A2A2A;}
.bg6 {background-color: #000000;}

/* (Light Hues) */
.bl0 {background-color: #FBF9E5;}
.bl1 {background-color: #FBF9E5;}
.bl2 {background-color: #FBF9E5;}
.bl3 {background-color: #EBE7C0;}
.bl4 {background-color: #B9B37C;}
.bl5 {background-color: #90861B;}
.bl6 {background-color: #90861B;}

/* (Medium Hues) */
.bm0 {background-color: #F8F9FD;}
.bm1 {background-color: #F8F9FD;}
.bm2 {background-color: #C4D0F2;}
.bm3 {background-color: #C4D0F2;}
.bm4 {background-color: #C4D0F2;}
.bm5 {background-color: #7EA0FF;}
.bm6 {background-color: #7EA0FF;}

/* (Dark Hues) */
.bd0 {background-color: #8290B9;}
.bd1 {background-color: #F8F9FD;}
.bd2 {background-color: #F8F9FD;}
.bd3 {background-color: #AB2524;}
.bd4 {background-color: #022FA7;}
.bd5 {background-color: #022FA7;}
.bd6 {background-color: #022FA7;}



/* (FONT INFORMATION USED IN ID) */
#xxlarge {font-size: 26px;}
#xlarge {font-size: 22px;}	
#large {font-size: 16px;}	
#medium {font-size: 14px;}	
#small {font-size: 12px;}
#xsmall {font-size: 11px;}	
#xxsmall {font-size: 10px;}
	
/* (HTML EDITOR FONT INFORMATION) */
.VerySmallText {
	font-size: 10px;
	color: #AA2C47;
	}
.VerySmallTextBlack {
	font-size: 10px;
	color: #000000;
	}	
.VerySmallTextGrey {
	font-size: 10px;
	color: #7F7F7F;
	}	
.SmallText {
	font-size: 14px;
	color: #AA2C47;
	}
.SmallTextBlack {
	font-size: 14px;
	color: #000000;
	}	
.SmallTextGrey {
	font-size: 14px;
	color: #7F7F7F;
	}	
.MediumText {
	font-size: 18px;
	color: #AA2C47;
	}
.MediumTextBlack {
	font-size: 18px;
	color: #000000;
	}	
.MediumTextGrey {
	font-size: 18px;
	color: #7F7F7F;
	}	
.LargeText {
	font-size: 25px;
	color: #AA2C47;
	}
.LargeTextBlack {
	font-size: 25px;
	color: #000000;
	}	
.LargeTextGrey {
	font-size: 25px;
	color: #7F7F7F;
	}