html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

:focus {
	outline:0;
}

br {
	clear:both;
}

body {
	background-image:url(gui/back.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#252525;
	line-height:1.9em;
}

h1 {
	padding-bottom:12px;
	font-size:19px;
	font-weight:normal;
	color:#ed008c;
}

h2 {
	display:inline;
	padding:5px;
	font-size:17px;
	font-weight:normal;
	color:#252525;
	background:#fff200;
}

h3 {
	display:inline;
	padding:5px;
	font-size:17px;
	font-weight:normal;
	color:#ffffff;
	background:#039ed9;
}

label	{
	margin-top:5px;
	float:left;
	width:90px;
	text-align:right;
}

input, textarea {
	padding:6px;
	margin:0 0 13px 10px;
	border:1px solid #aaa;
	background-image:url(gui/back.gif);
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	color:#202020;
}

textarea {
	width:360px;
	height:143px;
}

input.submit {
	background:#039ed9;
	background-image:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	border:0px;
}

.menu {
	height:100px;
	display:inline;
	margin-left:4px;
	padding:8px 4px 8px 4px;
	background:#fff200;
	line-height:2.2em;
	font-size:14px;
	color:#252525;
	cursor:default;
}

.menu:hover {
	height:100px;
	display:inline;
	margin-left:4px;
	padding:8px 4px 8px 4px;
	background:#191919;
	line-height:2.2em;
	font-size:14px;
	color:#ffffff;
	cursor:default;
}

.menublue {
	display:inline;
}

.menublue a {
	height:100px;
	margin-left:4px;
	padding:8px 4px 8px 4px;
	background:#039ed9;
	line-height:2.2em;
	font-size:14px;
	color:#ffffff;
}

.menublue a:hover {
	height:100px;
	margin-left:4px;
	padding:8px 4px 8px 4px;
	background:#191919;
	line-height:2.2em;
	font-size:14px;
	color:#ffffff;
}

a, a:hover {
	text-decoration:none;
}

.link {
	text-decoration:none;
	padding:2px;
	color:#ffffff;
	background-color:#039ed9;
}

.link:hover {
	text-decoration:none;
	padding:2px;
	color:#ffffff;
	background-color:#191919;
}

.cleanlink, .cleanlink:hover {
	padding:0;
	margin:0;
	border:0;
	background:none;
	color:inherit;
}

.portfolio {
	float:left;
	width:232px;
	height:142px;
 	background:url(gui/portfolio_fill_gray.png) no-repeat;
	padding:0;
 }

.portfolio:hover {
	float:left;
	width:232px;
	height:142px;
 	background:url(gui/portfolio_fill_magenta.png) no-repeat;
	padding:0;
	color:#ffffff;
	cursor:pointer;
 }

.portfolio a {
	margin:0;
	padding:0;
	background:none;
	color:#444444;
	}

.portfolio a:hover {
	margin:0;
	padding:0;
	background:none;
	color:#ffffff;
	}

.ptxt {
	height:142px;
	padding:20px 16px 16px 16px;
	font-size:20px;
	line-height:1.6em;
	cursor:pointer;
}

.pdate {
	margin:16px 0 0 0;
	font-size:12px;
	line-height:1.8em;
	text-align:right;
	cursor:pointer;
}

.bloglabel {
	margin:0 0 8px 0;
	padding:2px 7px 2px 2px;
	background:#ed008c;
	color:#ffffff;
	letter-spacing: 0.3ex;
	font-variant:small-caps;
	font-size:13px;
	font-weight:bold;
}

.blogentry a {
}

.blogentry a:hover {
}

#dhtmltooltip
	{
	position: absolute;
	width: 120px;
	text-align: center;
	color: #252525;
	padding: 3px;
	border:1px dashed #ed008c;
	/*background:url(gui/back.gif);*/
	background:#ffffff;
	visibility: hidden;
	z-index: 100;
	/*opacity:.85; filter: alpha(opacity=85); -moz-opacity: 0.85;*/
	}