.nav2link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ff9933; text-decoration: none}

.nav2:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999999;  text-decoration: underline}

.redundantlink { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; text-decoration: none}

.redundantlink:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #fdcb84;  text-decoration: underline}

.viewlink { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF6500; text-decoration: underline; font-weight: normal; letter-spacing: 0.02em}

.viewlink:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF6600; font-weight: normal; letter-spacing: 0.02em}


.projectlink { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; text-decoration: none; font-weight: normal; letter-spacing: 0.02em; text-indent: 5px}

.projectlink:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: underline; font-weight: normal; letter-spacing: .02em}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 16px;
}
h1 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; color: #333333}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

.bkgd-top {
	background-image: url(images/bkgd-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.bkgd-inside {

	background-image: url(images/bkgd-bottom-inside.gif);
	background-repeat: no-repeat;
	background-position: top;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FF9933;
}
a:active {
	color: #FF9933;
}
.bkgd-bottom {
	background-image: url(images/bkgd-bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.cellpad {
	padding-right: 20px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	font-size: 12px;
	color: #333333;
}

/*ROUNDED CORNER*/
.top-bg-line{
	background:url(../images/rounded-corner/top-drop-shadow-bg.gif) repeat-x;
	}
.btm-bg-line{
	background:url(../images/rounded-corner/btm-drop-shadow-bg.gif) repeat-x;
	}
.left-line-bg{
	background:url(../images/rounded-corner/left-drop-shadow-bg.gif) repeat-y;
	}
.right-line-bg{
	background:url(../images/rounded-corner/right-drop-shadow-bg.gif) repeat-y;
	}
	
.top-left-menu-corner{
	background:url(../images/misc/t-l-rc.gif) no-repeat #FFFFFF; 
	background-position:top left;
	}
.top-right-menu-corner{
	background:url(../images/misc/t-r-rc.gif) no-repeat #FFFFFF; 
	background-position:top right;
	}
.btm-left-menu-corner{
	background:url(../images/misc/btm-l-rc.gif) no-repeat #FFFFFF; 
	background-position:bottom left;
	}
.btm-right-menu-corner{
	background:url(../images/misc/btm-r-rc.gif) no-repeat #FFFFFF; 
	background-position:bottom right;
	}
	
.columnpad-right {
	padding-right: 10px;
}
.padding-left{
	padding-right: 5px;
}

h3 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.tablewhite {
	background-color: #FFFFFF;
}
