/* CSS Document */

.whiteBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.darkBlueBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.darkBlueBoldSpan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000
}
.smallBlueItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #ccc;
}
.pipeline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #659999;
}
.globalHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #1B0C80;
}
a.globalHeaderLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover.globalHeaderLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	text-align: center;	
}

a.bodyLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
        display: block;
        padding: 2 0 2 0;
}
a:hover.bodyNavLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0000;
	text-decoration: underline;
}
.storyTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	height: 16px;
	padding: 2px 2px 2px 5px;
}
.columnHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #160A67;
	padding-left: 4px;
	padding-right: 5px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
.readMore {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #160A67;
}
a.readMoreLinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #160A67;
	text-decoration: none;
}
a:hover.readMoreLinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #33CCCC;
	text-decoration: underline;
}
.bodySmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.columnHeadnoRight {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #160A67;
	padding-left: 4px;
	padding-right: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}.bHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #306799;
}
.seminarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.seminarLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover.seminarLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1B0C80;
	text-decoration: underline;
}

.studentResourceText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1A368D;
}
a.studentResourceLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1A368D;
	text-decoration: none;
}
a:hover.studentResourceLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1A368D;
	text-decoration: underline;
}
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1C98C3;
}

.bold {
	font-weight: bold;
}
.signintext
{
        color: #ffcc00;
  	font:12px "Trebuchet MS",Verdana,Arial,Sans-serif;
        whitespace: nowrap;
}

.textarea {
	font-family:Arial,Helvetica;
	font-size:8pt;
}

.menuHeader {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 5px;
}

.feedback {
	font-style: italic;
	font-weight: bold;
	color: #990000;
}

.resourceContributor {
	font-style: italic;
	font-size: 8pt;
}