/* PRINCETON SC STYLES */

body {
	font-family: Verdana, Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #494949;
	/*background-image: url(../images/bg.gif);*/
	background-color: #C1C4CD;
}

/* MAIN STYLES */
td {
	font-family: Verdana, Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #494949;
}
.bodytext {
	font-family: Verdana, Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #494949;
	line-height: 160%;
	padding-right: 30px;
}
a:link {
	color: #3D4461;
	text-decoration: none;
}

a:hover {
	color: #626580;
	text-decoration: underline;
}
a:visited {
	color: #626580;
	text-decoration: none;
}
.padding {
padding-right: 8px;
padding-left: 8px;
} 

/* MENU LINKS */

a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
		font-size: 11px;
  }
 
a.menu:hover {
 color: #FFFFFF; 
 text-decoration: underline;
font-size: 11px;
  }
 a.menu:visited {
 color: #FFFFFF;
 	font-size: 11px;
  }


/* TEXT STYLES */

.text1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #a9a28d;

}
.text2 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #494949;
}
.text3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #494949;
}

.white {
color: #FFFFFF;
}
.blue {
color: #3d4461;
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
.header2 {

	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.subhd {
	font-family: Georgia, serif;
	font-size: 17px;
	color: #626580;
	padding-bottom: 5px;
}
.subhdgray {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #80839E;
	padding-bottom: 5px;
}
.headerplain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
}

.newstext {
	font: 11px Arial, Helvetica, sans-serif;
	color: #7e7e7e;
}
.newsheader {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #626580;
}
.smalltext {
	color: #494949;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	padding: 3px;
}
.smaller {
	font-size: 10px;
	font-family: Verdana, Helvetica;
}

.smalltextwhite {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	padding: 3px;
}
.graysubheader {
	color: #7d7d7d;
   font-weight: bold;
}

/* FORMS */

.tb {
 display: inline }

input {
 font-family: Verdana, Helvetica; 
 font-size: 11.5px; 
}
select {
 font-family: Verdana, Helvetica; 
 font-size: 11.5px; 
 }
 .formtext {
	font: normal 11px Verdana, Helvetica, sans-serif;
	color: #494949;
	border: 1px solid #8291B0;
	padding: 3px;

}

/* BORDERS  and LINES */
.tableborder {
	border: 1px solid #e7e7e7;
}

TD#BorderAll {
	BORDER-RIGHT: #3366cc 1px solid; BORDER-TOP: #3366cc 1px solid; BORDER-LEFT: #3366cc 1px solid; BORDER-BOTTOM: #3366cc 1px solid
}
TD#BorderTRL {
	BORDER-RIGHT: #3366cc 1px solid; BORDER-TOP: #3366cc 1px solid; BORDER-LEFT: #3366cc 1px solid
}
TD#BorderBRL {
	BORDER-RIGHT: #3366cc 1px solid; BORDER-LEFT: #3366cc 1px solid; BORDER-BOTTOM: #3366cc 1px solid
}
TD#BorderL {
	BORDER-LEFT: 2px solid #FFFFFF
}
TD#BorderR {
	BORDER-RIGHT: 2px solid #FFFFFF
}
TD#BorderT {
	BORDER-TOP: 2px solid #FFFFFF
}
TD#BorderTR {
	BORDER-RIGHT: 2px solid #FFFFFF; BORDER-TOP: 2px solid #FFFFFF
}
.marginRight {
	MARGIN-RIGHT: 5px
}
.marginLeft {
	MARGIN-LEFT: 5px
}

TD#BorderDotB {
	border-top: thin dotted #FFFFFF;


}
TD#BorderTL {
	BORDER-TOP: 2px solid #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffffff;

}

TD#BorderDotL {
	border-left-style: solid;
	border-left-color: #A2A5B0;
	border-left-width: 1px;

}
TD#BorderDotBb {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #494949;

}

TD#BorderDotR {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #494949;

}

TD#BorderDotBRL {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #494949;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #494949;
	border-bottom-color: #494949;

}
.LeftMargin {
	margin-left: 5px;
}
.LeftMargin2 {

	margin-left: 10px;
}
ul {
 list-style: square url(../images/box.gif) outside;
 }

li {
	list-style: url(../images/box.gif) outside;
}

