/* default.css */

body{
	background-color:#e8e8e8;
	margin:0px;
	line-height:16px;
	text-align:justify;
}

.border_all{
	border:1px solid #333333;
	border-top:none;
	background-color:#ffffff;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align:justify;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	padding-right:10px;
}

.projects{
	line-height:16px;
}

.projects p{
	border-bottom:1px dashed #ff6600;
	text-align:left;
	padding:0px;
	margin:0px;
	margin-bottom:4px;
	padding-bottom:6px;
}

.projects h1{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-size:14px;
	color:#ff6600;
}
.projects a{
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	font-size:8pt;
}
.projects a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	font-size:8pt;
}
.projects a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#ff6600;
	font-size:8pt;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

.BarLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFF5EF;
	text-decoration: none;
	display: block;
	padding: 7px 10px 7px 10px;
}

.BarLink:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	background-color: #FF6600;
	text-decoration: none;
	display: block;
	padding: 7px 10px 7px 10px;
}

.CopyRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E6D9C5;
	text-decoration: none;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3B3738;
}

.OrangeB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.Quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #3B3738;
	text-decoration: none;
}

.TlineTop {
	background-image: url(images/TlineTop.gif);
	background-repeat: repeat-x;
	background-position: left;
}

.TLineBottom {
	background-image: url(images/TlinBottom.gif);
	background-repeat: repeat-x;
	background-position: left;
}

.VerLine {
	background-image: url(images/verLine.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.TextB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666600;
}

.Cap {
	font-family: "Arial Black", Arial, Verdana;
	font-size: 16px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	padding: 3px;
}

.Qo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.CLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.CLink:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}

.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.Blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3366FF;
	text-decoration: none;
}

.red:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

.Blue:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3366FF;
	text-decoration: underline;
}
.projectText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* layout.css */
.TopBG {
	background-color: #F5F5F5;
}
.Bar {
	background-color: #3B3738;

}
.BarSlicer {
	background-color: #81787A;
}
.LeftBar {
	background-image: url(images/leftBar.gif);
	background-repeat: repeat-y;
	background-position: left;

}
.RightBarBG {
	background-image: url(images/rightbarBG.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.Bleed {
	background-color: #3B3738;
	background-repeat: no-repeat;
	background-position: left top;

}

