.txt0 {
	font-size: 10px;
}
.txt1 {
	font-size: 11px;
}
.txt2 {
	font-size: 12px;
}
.txt3 {
	font-size: 14px;
}
.txt1-indent {
	font-size: 11px;
	text-indent: 15pt;
}
.txt2-indent {
	font-size: 12px;
	text-indent: 15pt;
}
.txt3-indent {
	font-size: 14px;
	text-indent: 15pt;
}
table td {
	/* Default font size */
	font-size: 11px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003399;
}
/* Fixes invalid table height coding */
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 763px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	background-color: #656F7A;
	background-image: url('/pic/bg-main.gif');
	background-repeat: repeat-x;
	background-position: top;
}


a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}

.textfield-large {
	width: 500px;
}
.textfield-medium {
	width: 250px;
}
.textfield-small {
	width: 125px;
}
.button {
	width: 70px;
}
.button-large {
	width: 120px;
}
.button-important {
	font-weight: bold;	
	cursor: hand;
}
.img-padding {
	margin: 5px;
}
.content {
	background-color: #FFFFFF;
}
.bg-shadow-left {
	background-image: url('/pic/bg-shadow-left.gif');
	background-repeat: repeat-y;
	background-position:right;
}
.bg-shadow-right {
	background-image: url('/pic/bg-shadow-right.gif');
	background-repeat: repeat-y;
	background-position:left;
}
.bg-shadow-bot {
	background-image: url('/pic/bg-shadow-bot.gif');
	background-repeat: repeat-x;
	background-position:top;
}
.bg-grass {
	background-image: url('/pic/bg-grass.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
}
.bg-foot {
	background-image: url('/pic/bg-foot.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-color: #DBDFE9;
}
.bg-exp-design {
	background-image: url('/pic/bg-exp-design.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.bg-exp-prog {
	background-image: url('/pic/bg-exp-prog.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
}
.bg-div-top {
	background-image: url('/pic/bg-div-top.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}.bg-div-left {
	background-image: url('/pic/bg-div-left.gif');
	background-position: right top;
	background-repeat: no-repeat;
}.bg-div-bottom {
	background-image: url('/pic/bg-div-bottom.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
.divider {
	border-bottom: 1px dashed #CCCCCC;
	margin: 25px;
}
.projimg {
	margin-right: 3px;
	margin-bottom: 3px;
}
.projtitle {
	font-size: 16px;
}
.projtitle, .projtitlex {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.projtitlex {
	padding-bottom: 3px;
	font-size: 14px;
}
.projreturn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

/* Links in the project table (displayed in the experience areas) must look like normal text). */
a.proj:link, a.proj:visited, a.proj:hover, a.proj:active {
	color: #000000;
	text-decoration: none;
}
a.thumb:link, a.thumb:visited, a.thumb:hover, a.thumb:active {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
	margin-bottom: 10px;
}
img.thumb {
	border: 1px solid #E7E7E7;
}
.heading-detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #CCCCCC;
	text-align: left;
}
.external {
	background-image: url('/pic/link.gif');
	background-position: right top;
	background-repeat:no-repeat;
	padding-right: 13px;
	font-weight: bold;
}
ul li {
	padding-bottom: 5px;
}
ol li {
	padding-bottom: 5px;
}