html,body,div,span,img,applet,embed,canvas,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,
samp,small,strike,strong,sub,sup,tt,var,b,u,i,s,center,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}
ol,ul{
	list-style:none;
}
html {
	/*background:#336699;*/
	background-color: #004975;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color:#336699;
	font-size: 14px;
	margin: 10px auto;
	padding: 6px;
	max-width: 400px;
}
h1 {
	font-size: 16px;
}
h2, h3, h4, h5, h6 {
	font-size: 14px;
}
a, a:visited {
	text-decoration: none;
	color: #551a8b;
	/*#FF9900 #551a8b; color: #316AC5; 	color:#333333;*/
}
a:hover {
	text-decoration: underline;
	/*color: #258540;*/
	color: #007000;
}
fieldset {
	padding: 4px;
}
legend {
	font-weight: bold;
}
ul {
	margin: 6px 0;
}
ul li {
	margin: 8px 0;
	border: 0px solid red;
	display: block;
}
form {
	margin: 6px 0;
	padding: 6px 0;
}
img {
	border: 0;
}
img.center {
	margin: 10px auto;
	display: block;
}
img.absMiddle {
	vertical-align: middle;
	margin-bottom: .25em;
}
p {
	padding: 4px 0 4px 0;
	margin: 2px 0;
	clear: both;
	overflow: hidden;
}
p.site {
	/*padding-left: 44px;*/
	border-top: 1px solid #CCCCCC;
}
p.site img {
	float: left;
	margin-right: 4px;
	/*margin-left: -42px;*/
}
p.site b {
	color: #0000EE;
}
/*p.site a b	{
	text-decoration:underline;
}*/
p.site a:hover 	{
	text-decoration:none;
}
p.head {
	border: 0;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 0;
	padding-top: 0;
	border-bottom: 1px solid #CCCCCC;
}
p.foot {
	border-top: 1px solid #CCCCCC;
	margin-bottom: 0;
	padding-bottom: 0;
}
p.videoEntry{
	overflow: block;
	clear: both;
}
p.videoEntry img.thumbnail{
	float: left;
	margin: 6px;
	margin-top: 0;
}
p.errBlock {
	color: #DD0000;
}
input.sender {
	font-weight: bold;
}
/*
a.seperatedLink, a.seperatedLink:visited {
	line-height: 20px;
}
a.external_link, a:visited.external_link  {
	color: #999900;
}
*/
a.seperatedLink,  a.seperatedLink:visited {
	line-height: 20px;
}
a.external_link,  a.external_link:visited {
	color: #999900;
}
.borderBottom {
	border-bottom: 1px solid #CCCCCC;
}
.borderTop {
	border-top: 1px solid #CCCCCC;
}
.correct {
	color: #00AA00;
}
.title {
	color: #0066CC;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #3399FF;
}
.important {
	color: #FF9900;
}


