body {
	background-color: #A3A3A3;
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left: 0px;		
	font-family: verdana, sans-serif;
	font-size: 8px;
	
}
form {
	font-size: 10px;
	line-height: 150%;	
}
.container {
	background-image: url('images/page_shadow.jpg');
	background-position: center;
	background-repeat: repeat-y;
}


a:link, a:visited,  a:active {
	color: #363636;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: red;
}

.navigation {
	font-size: 10px;
	line-height: 150%;	
}

.navigation a:link, .navigation a:visited, .navigation a:active {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 150%;
}


.inner_content {
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-x;
	padding: 6px;
	font-family: verdana, sans-serif;
	color: #414141;
	font-size: 11px;
	border: solid 1px gray;
	border-right: none;
}

.inner_content h1 {
color: #A50808;
font-family: verdana, sans-serif;
font-size: 14px;
font-weight: bold;
margin-top: 3px;
margin-bottom: 2px;
}

.box4 {
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-x;
	padding: 6px;
	font-family: verdana, sans-serif;
	color: #414141;
	font-size: 11px;
	border: solid 1px gray;
}


.required {
color: #A50808;
font-family: verdana, sans-serif;
font-size: 14px;
font-weight: bold;
margin-top: 3px;
margin-bottom: 2px;
}

.highlight {
color: #A50808;
}



.inner_content h2 {
color: black;
font-family: verdana, sans-serif;
font-size: 12px;
font-weight: bold;
margin-top: 2px;
margin-bottom: 2px;
}

.menu {
	padding: 2px;
	border: solid 1px gray;
}

.menu h1 {
color: #A50808;
font-family: verdana, sans-serif;
font-size: 14px;
font-weight: bold;
margin-top: 3px;
margin-bottom: 2px;

}
.menu a:link, .menu a:visited, .menu a:active {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #363636;
	font-weight:normal;
	line-height: 150%;
}

.menu a:hover {
	color:red;
}

.blocktext {
	text-align: justify;
	margin-left: 6px;
	margin-right: 6px;
}

.menu li {
/*	list-style-image: url('images/menu_arrow.gif');*/
	margin-left: 5px;
	font-size: 10px;
	line-height: 150%;
	color:silver;
}

.box
{
    padding:8px;
    border:1px solid #DDD;
    background-color:#FFFADD;
    font-size:10px;
    line-height: 150%;
}

.box a:link, .box a:visited, .box a:active {
    color: black;
    text-decoration: underline;
    font-weight: normal;
}

.box2
{
    padding:8px;
    border:1px solid #black;
    background-color:white;
    font-size:10px;
    line-height: 150%;
}

.box_purchase_error {
	padding: 8px;
	border: 1px dotted black;
	background-color:#eeeeee;
	font-size: 10px;
	border-style: dotted;
}

.box_members_error {
	padding: 8px;
	border: 2px dotted #A50808;
	background-color:#ffffff;
	font-size: 10px;
	border-style: dotted;
}

.box_preorder {
	padding: 4px;
	border: 1px dotted black;
	background-color:#eeeeee;
	font-size: 9px;
	align:left;
	font-weight:normal;
	border-style: dotted;
}
.box_preorder h1 {
	font-size: 12px;
	color:green;
}

.box_preorder a:link, .box a:visited, .box a:active {
	font-size: 10px;
	font-weight:10px;
}

table {
	font-family: verdana, sans-serif;
	font-size: 10px;
}

.table1 {
	background-color: #ffffff;
	border: 1px solid black;
	text-align: left;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: black;
	line-height: 150%;
}

.table1 th {
	background-color: #ffffff;
	border: 1px solid gray;
	text-align: left;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: black;
	line-height: 150%;
	border-spacing : inherit;
}

.table2 {
	background-color: #eeeeee;
	border: 1px solid black;
	text-align: left;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: black;
	line-height: 150%;
}

.table2 th {
	background-color: #808080;
	border: 1px solid gray;
	text-align: left;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: black;
	line-height: 150%;
	border-spacing : inherit;
}

.screenshots a:link, .screenshots a:visited, .screenshots a:active {
color: green;
border: 2px;
text-decoration: underline;
font-weight: normal;
}