body {
	background-color: #eeeeee;
	color: #000000;
	margin-left: 1.5em;
	margin-right: 4.5em;
	font-family: Tahoma, monospace;
}


h3 {
	color: #52799c;
}
/*
.negative {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}*/

.copy {
	background-color: #dddddd;
	color: #ffffff;
	padding: 0.1em;
	font-size: 0.9em;
}

.nav {
	font-family: monospace;
}
.blink {
	text-decoration: blink;
}


/* Default Links Start */
/* HYPERLINKS */
a:link {
	background-color: transparent;
	color: #ff8800;
	text-decoration: none;
}
a:active {
	background-color: transparent;
	color: #ff8800;
	text-decoration: underline;
}
a:visited {
	background-color: transparent;
	color: #bb8800;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	color: #ff4444;
	text-decoration: underline;
}
/* Default Links End */


/* Menu - Start */

.menu {
	border-bottom-color: #444444;
	border-bottom-style: double;
	border-right-color: #888888;
	border-right-style: double;
}
/* Menu - End */http://www.tryde.net/news/news.php?PK_NewsID=2


/* Content - Start */
.content {
	font-size: 0.9em;
}
.embeddedcontent {
	font-size: 0.9em;
	color: #000000;
}
.opt {
	color: #dddddd;
	border-style: none;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #52799c;
}
/* Content - End */


/* Links - Start */
a.menuitem:link {
	background-color: transparent;
	color: #52799c;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
a.menuitem:active {
	background-color: transparent;
	color: #52799c;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
a.menuitem:visited {
	background-color: transparent;
	color: #52799c;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
a.menuitem:hover {
	background-color: transparent;
	color: #4444cc;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;	
}
/* Links - End */


/* Form - Start */
.formtext {
	color: #00009c;
	vertical-align: top;
}
/* From - End */

/* Demo - Start */
.demomenu {
	border-bottom-color: #52799c;
	border-bottom-style: solid;
	border-bottom-width: thin;
	width: 100%;
}
.bgimg {
	border-style: outset;	
	border-width: thin;
	text-align: center;
}
.fgimg {
	background-color: #cccccc;
	border-style: inset;
	border-width: thin;
	text-align: center;
}
/* Demo - End */


.source {
	background-color: #cccccc;
	color: #000000;
	font-family: monospace;
	font-size: 0.85em;
}