/* CSS Document */

body {
	font-family: Trebuchet MS,Georgia,Arial,sans-serif;
	color:white;
	font-size:14px;
	background-color: #000000;
	text-align:center;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFD95A;
	font-size:25px;
	font-weight:normal;
	display:inline;
}
a{
	color:gold;
}
.description{
	width:720px;
	text-align:left;
	margin-top:10px;
	line-height:1.6em;
	background-color:#111111;
	border:1px #2B2B2B solid;
	font-family:Trebuchet MS,Georgia,Arial,sans-serif;
	font-size:15px;
	color:white;
	padding:15px;
}
.description a{
	font-family: Trebuchet MS,Georgia,Arial,sans-serif;
	color:#FFD95A;
	font-size:15px;
	text-decoration:none;
}
.description a:hover{
	text-decoration:none;
	border-bottom:1px dotted FFD95A;
	/*border-bottom:1px dashed #FFD95A;*/
}
.comment{
	text-align:left;
	margin-top:10px;
	line-height:1.6em;
	background-color:#000000;
	border:1px #2B2B2B solid;
	font-family: Trebuchet MS,Georgia,Arial,sans-serif;
	font-size:13px;
	color:#FFFFFF;
	padding:10px;
}
.user{
	color:#999999;
}
.england a{
	font-family: Trebuchet MS,Georgia,Arial,sans-serif;
	font-size:20px;
	color:#CCCCCC;
	letter-spacing:0.2em;
}
.england a:hover{
	color:#FFFFFF;
}

.actions1 {
	text-align:right;
	margin-top:5px;
	background-color:#000000;
	border:1px #2B2B2B solid;
	font-family: Trebuchet MS,Georgia,Arial,sans-serif;
	font-size:14px;
	color:#FFFFFF;
	padding:5px;
	width:720px;
}
.actions1 a{
	color:#FFD95A;
	text-decoration:none;
	margin:0px 0px 0px 15px;
}
.actions1 a:hover{
	border-bottom:1px dotted #FFD95A;
}


.liv_sub{ /* submit comment btn */
	color:#FFFFFF;
	background-color:#333333;
	border:1px #666666 solid;
	font-size:13px;
	padding:2 10 2 10;
	margin:5 5 5 0;
}
.liv_email{
	font-family: Trebuchet MS,Georgia,Arial,sans-serif;
	background-color:#333333;
	border:1px #666666 solid;
	width:300px;
	color:#FFFFFF;
	font-size:13px;
	}
.liv_msg{
	font-family: Trebuchet MS,Georgia,Arial,sans-serif;
	background-color:#333333;
	border:1px #666666 solid;
	width:500px;
	color:#FFFFFF;
	font-size:13px;
	overflow:hidden;
	padding:5px;
	}
.liv_frm{
	padding:0px;
	margin:0px;
}


#boxcomment {
	text-align:left;
	margin-top:10px;
	background-color:#000000;
	border:1px #2B2B2B solid;
	font-family: Trebuchet MS,Georgia,Arial,sans-serif;
	font-size:13px;
	color:#FFFFFF;
	padding:10px;
}

#boxhelp {
	text-align:left;
	margin-top:10px;
	background-color:#000000;
	border:1px #2B2B2B solid;
	font-family: Trebuchet MS,Georgia,Arial,sans-serif;
	font-size:15px;
	line-height:1.6em;
	color:#FFFFFF;
	padding:15px;
	width:720px;
}
#boxhelp a{
	color:#FFD95A;
	text-decoration:none;
}
#boxhelp a:hover{
	border-bottom:1px dotted #FFD95A;
}


/* used in test page */

#boxemail form{
	margin:0px;
}
#boxemail {
	text-align:left;
	margin-top:10px;
	background-color:#000000;
	border:1px #2B2B2B solid;
	font-family: Trebuchet MS,Georgia,Arial,sans-serif;
	font-size:13px;
	color:#FFFFFF;
	padding:15px;
	width:720px;
}
#emailtable{
	font-size:13px;
	}


