/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F5F5F5;
	font-size: 12px;
	background-color: #000000;
	line-height: 1.6em;
}

.BgMain {
	background-image: url(../images/bkg_new.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.InnerBg {
	background-image: url(../images/bkg_inner.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.InnerBgPage {
	background-image: url(../images/bkg_inner_page.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.SplitterV{
	background-image: url(../images/splitter_v.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.SplitterH{
	background-image: url(../images/splitter_h.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.RedTextBold{
	font-size: 12px;
	font-weight: bold;
	color: #D10000;
}

.TextBox{
	background-color: #000000;
	padding: 3px;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
}

/* Footer Link */

a.Footer:link{
	font-size: 11px;
	color: #CCCCCC;
	font-weight:normal;
	text-decoration: underline;
}
a.Footer:visited{
	font-size: 11px;
	color: #CCCCCC;
	font-weight:normal;
	text-decoration: underline;
}
a.Footer:active{
	font-size: 11px;
	color: #CCCCCC;
	font-weight:normal;
	text-decoration: none;
}
a.Footer:hover{
	font-size: 11px;
	color: #CCCCCC;
	font-weight:normal;
	text-decoration: none;
}
.Pype{
font-size: 11px;
color: #999999;
}
/* Footer Link */

/* White Link */
a.WhiteLink:link{
	font-size: 12px;
	color: #ffffff;
	font-weight:normal;
	text-decoration: underline;
}
a.WhiteLink:visited{
	font-size: 12px;
	color: #ffffff;
	font-weight:normal;
	text-decoration: underline;
}
a.WhiteLink:active{
	font-size: 12px;
	color: #D10000;
	font-weight:normal;
	text-decoration: none;
}
a.WhiteLink:hover{
	font-size: 12px;
	color: #D10000;
	font-weight:normal;
	text-decoration: none;
}
/* White Link */

.AshText{
font-size: 11px;
color: #cccccc;
}

.TextPadding{
	line-height: 1.5em;
	text-decoration: none;
}

.Title{
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

.ProjectPic{
	float: left;
	width: 150px;
	margin-bottom: 20px;
	margin-right: 20px;
}


/* PicLink */
.PicLink IMG {
border: 2px solid #787878;
background-color: #000000;
padding: 1px;
}
.PicLink:hover IMG {
FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=100); moz-opacity: 1;
border: 2px solid #FF0000;
}


/* PicLink */


.Number{
	font-size: 30px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
