/* @author: z3R0 */
/* @date: 01.10.06 */
/* @type: css */
/* @title: ns_txt.css */

/* Body Text */
.hdr {
	color: #545878;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;	
	font-weight: bold;
}

.hdrWhite {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;	
	font-weight: bold;
}
.txtIndent {
	text-indent: 50px;
}

.spcTop {
margin-top: 3px;
}
.subhdr {
	color: #545878;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;	
	font-weight: bold;
}

.txt {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}

.txtMsg {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;

	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.list {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	list-style-image: url(../../../images/square_sm.gif);
	
}
.txtItalics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.txtBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
}

.txtFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
}
/* Links within paragraph(s) */
.link {
	font-family:Arial;
	font-size:8pt;
	text-decoration:underline;
}

.link:hover {
}

.linkBold {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

.linkBoldWht {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}

.linkBold:hover {
}
/* Table */

.tblBorder
{
	border: 1px solid;
	color: #000000;
}

.topHdrRow {
	background-color: #2169A5;
}

.topRow {
	background-color:#F0F0F0;
}

.altRow {
	background-color:#F0F0F0;
}

.tblHdr {
	color: #666666;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;	
}

.courseNum {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	text-align: left;
	text-indent: 20px;
}

