p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: justify;
}
body {
	background-color: #CCC;
	background-image: url(images/frontierbg.jpg);
	background-repeat: repeat;

}
#container {
	width: 800px;
	margin-left: auto;
	background-image: url(images/bgr.gif);
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-repeat: repeat-y;
	background-color: #FFF;
	margin-right: auto;
	border: 5px outset #fce387;
}
#content {
	width: 500px;
	margin-left: 300px;
	margin-top: 0px;
}
.attention {
	border: 2px solid #F00;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}





a:link      {
	color: blue;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

a:visited    {
	color: blue;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

a:hover      {
	color: blue;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

a.altlink:link {
	color: gray;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

a.toplink:link {
	color: blue;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
a.redlink:link {
	color: red;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}

a.altlink:hover {
	color: gray;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

a.toplink:hover {
	color: blue;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
a.redlink:hover {
	color: #fce387;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}
a.redlink:visited {
	color: red;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-bottom: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	margin: 0px;
}
table.test{
	padding: 3px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	background-color: #E8E8E8;
}
tr.testtr{
	background-color: #F9F9F9;


} 
tr.testtr:hover{
	background-color:#fce387
} 
td.testtd {
	background-color: #F9F9F9;
}
