/* # TechImpact CSS */
/* # 2006 phoshi design */

body {
	background-color: #000000;
	background-image: url(../images/bgndTile_v1.gif);
	background-repeat: repeat;
	background-position: left top;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
}

/* #################################### CONTENT TEXT */

.headline1 {
	font-size: 22px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: bold;
}

.smaller {
	font-size: 14px;
}

.larger {
	font-size: 16px;
}
 
 /* #################################### CONTENT BOX */
 
.contentBox {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 18px;
	background-image: url(../images/content_bgndTile.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 170px;
	padding-right: 155px;
}

.contentBoxNoImg {
    padding-left: 170px;
	padding-right: 170px;
}

.footerBox {
    font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 18px;
	background-image: url(../images/footer_bgndTile.gif);
	background-repeat: no repeat;
	height: 25px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
 
/* #################################### LINKS */

a:link, a:visited, a {
	color:#FFF3CE;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
