BODY {
	background-color: #241443;
}

A:link { 
	font-weight: bold; color: #380080; 
} 			/* unvisited link */

A:hover {
	font-weight: bold; color: #6600CC;
}         

A:visited {
	font-weight: bold; color: #380080;
}        /* visited links */

A:active {
	color: #380080;
	
}        /* active links */
 
.h1 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px; font-variant:condensed; color: #9999FF; font-style: bold; line-height: 130%;
}

.h2 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px; color:#7200FE; line-height: 120%;
}

.h3 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px; font-variant: stretched; font-color: #596D58; 
}

.h4 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px; font-variant:condensed; color: #BAD15D; line-height: 130%;
}

.h5 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px; font-variant:condensed; color: #485925; line-height: 130%;
}

.small {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 9px; font-style: normal; color: #FFFFFF; line-height: 110%;
}


.medium0 {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px; font-style: normal; color: #667359;
}

.medium1 {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px; font-style: normal; color: #47158E
}
	

.medium2 {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px; font-style: font-weight: bold; normal; color: #1C1533;	
}

.medium3 {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px; font-style: normal; color: #1C1533;	
}


.medium4 {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px; font-style: normal; color: #213110;	
}


.big {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px; font-style: normal; font-variant: condensed; color: #47158E; 
}

.xbig {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold; color: #BAD15D; line-height: 130%;
}

.xbig2 {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px; font-weight: lighter ; color: #CAC3DE; line-height: 130%;
}

.xbig3 {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold; normal; color: #CAC3DE; line-height: 130%;
}

.xbig4 {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px; font-weight: normal; color: #485925; 
}

.xbig5 {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal; normal; color: #380080;
}

.xbig6 {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold; normal; color: #344423;
}

.xbig7 {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px; font-weight: normal; color: #aaffa6; line-height: 130%;
}

.xxbig {
		font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 16px; font-style: bold; color: #2E165A;
}


input, textarea, option value {
	background-color : #C5D3B8;
	border-color: #A4B596;
	border-bottom-color: #A4B596;
	font-family : trebuchet ms, arial;
	font-size : 10pt;
	color : #667459;
	
}

	#portfolio ul {
		list-style: none;
		padding: 0;
		margin: 0;
		margin-bottom: 3px;
		margin-left: 3px;
		margin-top: 10px;

	}

	#portfolio ul li {
		padding: 0;
		padding-top: 3px;
		margin: 0;
		border: 0;
		float: left;
		margin-right: 3px;
		cursor: pointer;
	}

	#portfolio ul li.over {
			background: #cdf268;
	}

	#portfolio ul li img {
		margin: 0;
		border: 0;
		padding: 0;
	}

	#portfolio div#portfolio-content-wrapper {
		width: 509px;
		height: 295px;
		overflow: hidden;
		position: relative;
		margin-left: 3px;
		clear: left;
	}

	#portfolio div#portfolio-content {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	}

	#portfolio div#portfolio-content div.feature {
		width: 499px;
		height: 295px;
		
		font-style: medium2;
		background: #1C1432;
		padding: 5px;
	}

	#portfolio div#portfolio-content div.feature img {
		float: left;
		padding-right: 5px;
	}

	#portfolio div#portfolio-content div.feature p {
		font-style: medium2;
		margin-bottom: 10px;
	}

	#portfolio div#portfolio-content div.feature xbig3 {
		font-style: xbig3;
		
		font-weight: normal;
	}
