table, td, tr, p, div, input {
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
	text-decoration:none;
	color: #aaaaaa;
}

input, select, td.label{
	font-family : Verdana, Arial, sans-serif;
	color: #000000;
}

a, a:hover {
	font-weight: bold;
	color: #000000;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #ffffff;
	}

/* Styles for Menu*/
.whoMenu, .portfolioMenu, .developmentMenu, .contactMenu {
	width: 150px;
	height: 21px;
	text-align: center;
	padding-right: 2px;
}

.zeroMenu {
	padding-left: 250px;
}

.whoMenu {
	background: url("../images/menuRed.gif") no-repeat;
}

.portfolioMenu {
	background: url("../images/menuGreen.gif") no-repeat;
}

.developmentMenu {
	background: url("../images/menuBlue.gif") no-repeat;
}

.contactMenu {
	background: url("../images/menuGrey.gif") no-repeat;
}

.whoHead, .portfolioHead, .developmentHead, .contactHead {
	height: 25px;
	width: 100%;
	font-size: 8pt;
	color: #ffffff;
}

.whoHead {
	background-color: #cb2f3a;
}

.portfolioHead {
	background-color: #3ba670;
}

.developmentHead {
	background-color: #0752df;
}

.contactHead {
	background-color: #cccccc;
}

.menuLink, .menuLink:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
}

.menuLink {
	text-decoration: none;
}
.menuLink:hover {
	text-decoration: underline;
}

.mailtoLink, .mailtoLink:hover {
	font-weight: bold;
	color: #aaaaaa;
}

.mailtoLink {
	text-decoration: none;
}
.mailtoLink:hover {
	text-decoration: underline;
}

.header {
	font-size : 11pt;
}

.date_news {
	padding: 2px;
	font-family: Verdana;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: rgb(255, 255, 255);
	background-color: rgb(203, 47, 58);
}

.contactIndent {
	width: 60px;
}

/* Styles for Show Effects in Portfolio */
#flashPlayer {
	display: none;
	position: absolute;
	top: 220px;
	left: 55px;
}

#flashPlayer .previewName {
	border:1px solid #cccccc;
	background-color: #cccccc;
	padding: 3px;
}

#flashPlayer .previewName #previewTitle {
	width: 140px;
	font-size : 8pt;
	font-weight : bold;
	color: #000000;
}

#flashPlayer .previewName .previewClose {
	position: absolute;
	top: 3px;
	left: 140px;
}

#flashPlayer .previewName .previewClose a {
	color: #ffffff;
	text-decoration: none;
}

#flashPlayer .previewName .previewClose a:hover {
	color: #000000;
	text-decoration: none;
}

.portfolio {
	width: 100%;
	font-size: 8pt;
	clear: both;
}

.portfolio ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.portfolio ul li {
	list-style: none;
	width: 47%;
	float: left;
	padding: 0px 10px 10px 0px;
	margin-bottom: 10px;
}

div a, a:hover {
	font-weight: bold;
	color: #3ba670;
}

div a {
	text-decoration: underline;
}

div a:hover {
	text-decoration: none;
}

.portfolio ul li img {
	width: 90px;
	height: 90px;
	border: 1px dashed #cccccc;
	float: left;
	vertical-align: text-top;
	margin-right: 5px;
}

.portfolio ul li span {
	font-weight: bold;
	color: #000000;
}
.author {
	float: right;
	font-size: 8pt;
}
a.butBuy {
	width: 68px;
	height: 23px;
	halign: 5;
	background: url("../images/buyUp.gif") no-repeat;
	/*display: block;*/
}

a.butBuy:hover {
	width: 68px;
	height: 23px;
	halign: 5;
	background: url("../images/buyOver.gif") no-repeat;
	/*display: block;*/
}