* {
	margin		: 0px;
	padding		: 0px;
	border		: 0px;
}
html, body {
	margin		: 0px;
	padding		: 0px;
	background	: #dcdcd5;
	font		: 13px 'Times New Roman', Times, Georgia, Garamond, serif;
	color		: #4a535a;
}
/*--------------------------------- HTML Basic Elements */
h1
{
	font			: 20px Arial, Helvetica, Verdana, sans-serif;
	color			: #002133;
	margin-bottom	: 15px;
}
h3
{
	margin-top		: 20px;
	margin-bottom	: 5px;
	font			: 17px Georgia, 'Times New Roman', Times, serif;
	color			: #a01520;
}
p {
	margin-top	: 15px;
	line-height	: 20px;
}
a {
	color	: #176090;
}
a:hover {
	color			: #81111a;
	text-decoration	: none;
}
a:active {
	color	: #7a0d0d;
}
a#anchor { text-decoration: none; }
a#no-flash
{
	display		: block;
	width		: 720px;
	height		: 275px;
	background	: #F2F2EF url(images/no-flash.gif) center center no-repeat;
	text-indent	: -9999px;
}
strong { color: #353F46; }
input, select {
	border		: #B4BAC2 1px solid;
	padding		: 2px;
	background	: #EAEDF0;
	font-size	: 10px;
	color		: #002133;
}

/*--------------------------------- Splash */
#splash {
	width			: 745px;
	margin			: 5px auto;
	margin-bottom	: 40px;
	background		: #FFF url(images/splash_bg.gif) top left repeat-y;
}
#splash #head {
	width		: 100%;
	height		: 182px;
	background	: url(images/splash_head.gif) top left no-repeat;
	position	: relative;
}
#splash #head a {
	display 	: block;
	width		: 151px;
	height		: 55px;
	position	: absolute;
	top			: 61px;
	left		: 6px;
}
#splash select#posts {
	width		: 157px;
	position	: absolute;
	bottom		: 8px;
	left		: 535px;
}
#splash #content {
	padding		: 40px 115px 40px 185px;
	line-height	: 18px;
}
#splash #foot {
	width		: 100%;
	height		: 45px;
	background	: url(images/splash_foot.gif) top left no-repeat;
	position	: relative;
}
#splash #foot ul {
	list-style	: none;
	position	: absolute;
	bottom		: 9px;
	right		: 16px;
	color		: #7B8388;
}
#splash #foot ul li {
	display	: inline;
	margin	: 0 4px;
	font	: 11px Arial, sans-serif;
}
#splash #foot ul li a 
{ 
	color			: #457691;
	text-decoration	: none;
	outline			: none;
}
#splash #foot ul li a:hover
{
	text-decoration	: underline;
	color			: #1491D6;
}

#flash {
	width		: 720px;
	min-height	: 300px;
	margin		: 10px 0 0 14px;
	background	: #F2F2EF;
	border		: #99A6AD 1px dashed;
}