.BODY {			
					COLOR:#000000		/*The typical body setup. */
					font-family:arial, verdana, helvetica, sans-serif; 
					BACKGROUND-COLOR:#ffffff;
}
.table{									/*The typical table setup.*/
					background-color:#f0f0f0; 
					color:#000000;
					padding:0px;
					text-align:center;
}
.form{									/*The typical form setup. */
					page-break-after:avoid;
					page-break-before:avoid;
					font-family:helvetica; 
					font-size:14px; 
					color:#000000;
}
/* BEGIN ROUNDED BOX SECTION */	
.roundcont{
					background-color: #f0f0f0;
					color: #5555ff;
}
.roundtop{ 
					background: url(../images/tr.gif) no-repeat top right; 
}
.roundbottom{
					background: url(../images/br.gif) no-repeat top right; 
}
img.corner{
					width: 15px;
					height: 15px;
					border: none;
					display: block !important;
}
/* END ROUNDED BOX SECTION */
/* BEGIN TEXT SECTION */
.header{								/*Header, to replace any old useage of H1.*/
					 font-family:arial; 
					 font-size:24px; 
					 color:#5555ff;
}
.normaltext{							/*"Normal" text, as will be used throughout the document.*/
					 font-family:arial; 
					 font-size:14px; 
					 color:#000000;
}
.commenttext{							/*"Normal" text, as will be used throughout the document.*/
					 font-family:arial; 
					 font-size:10px; 
					 color:#000000;
}
.outstandingtext{						/*"Outstanding" text, as will be used throughout the document.*/
					 font-family:arial; 
					 font-size:14px; 
					 color:#990011;
}
.footertext{							/*"Footer" text, as will be used throughout the document.*/
					 font-family:arial; 
					 font-size:14px; 
					 color:#000000;
}
.menubartitle {
					overflow:hidden;
					color:#97acd4;
					text-decoration:none;
					font-size:12px; 
}
/* END TEXT SECTION */

/* BEGIN LINKS SECTION */
A:link{
					COLOR:#0016e7;
					text-decoration:none;
					font-size:12px; 
}
A:visited{
					COLOR:#0016e7;
					text-decoration:none;
					font-size:12px; 
}
A:hover{
					BACKGROUND-COLOR:#e6e7e7;
					text-decoration:none;
					font-size:12px; 
}
.stdlink{
					FONT-WEIGHT:600; 
					FONT-SIZE:10px; 
					COLOR:#2200ff; 
					FONT-FAMILY:arial, verdana, helvetica, sans-serif; 
					TEXT-DECORATION:none;
}
.headerlink{
					FONT-WEIGHT:600; 
					FONT-SIZE:20px; 
					COLOR:#2200ff; 
					FONT-FAMILY:arial, verdana, helvetica, sans-serif; 
					TEXT-DECORATION:none;
}
a.delbox:hover {
					background: url(../images/x_blue_highlight.gif);
}
a.minbox:hover {
					background :url(../images/min_blue_highlight.gif);
}
.boxlink a:link, .boxlink a:visited {
					color:#97acd4;
					text-decoration:none;
					font-size:12px; 
}
.boxlink a:hover {
					color:#3366cc;
					BACKGROUND-COLOR:#f0f0f0;
					text-decoration:none;
					font-size:12px; 
}
/* END LINKS SECTION */

/* BEGIN NAV BOXES SECTION */

.delbox {
					background: url(../images/x_blue.gif) no-repeat;
} 
.minbox {
					background: url(../images/min_blue.gif) no-repeat;
}
.minboxtd, .delboxtd {
					background-color:#f0f0f0;
					padding-right:2px;
}
.box {
					display:block;
					margin-top:3px;
					overflow:hidden;
					width:12px;
					height:12px;
					cursor:hand;
					cursor:pointer;
}

/* END NAV BOXES SECTION */

  .big 		{
	 	font-size: 140%; 
		text-align:center; 
		background:#FD8;
		color:#000;
		border:1px solid #000;
		}

  #leftcontent {
                float:left;
                width:49%;
                padding-right:5px;
                border-right:2px solid #6B8FB3;
                }
  .c1 		{
		float:left;
		width:80%;
		border-top:1px solid #6B8FB3;
		}
  .c2		{
		float:left;
		width:20%;
		border-top:1px solid #6B8FB3;
		}

  #rightcontent {
                float:left;
                width:49%;
		margin-left:5px;
                }

