body
	{
	background-color: #065881;
	margin: 0px 0px 0px 0px;
	margin-left:0px; 
	margin-top:0px;
	font-family:courier new, verdana;
	color:#ffffff;
	font-size:15px;
	font-weight:lighter;
	line-height: 22px
	}

td
	{
	font-family:courier new, verdana;
	color:#ffffff;
	font-size:15px;
	font-weight:lighter;
	line-height: 22px
	}

.small
	{
	font-family:courier new, verdana;
	color:#666666;
	font-size:9px;
	font-weight:lighter;
	line-height: 10px
	}

a:link		{color:#FFCC00;text-decoration:none;font-style:none}
a:visited	{color:#FFCC00;text-decoration:none;font-style:none}
a:active	{color:#9900FF;text-decoration:none;font-style:none}
a:hover		{color:#9999FF;text-decoration:none;font-weight:none;}

pre
	{
	font-family:courier new
	}
textarea
	{
	font-family:courier new
	}
/*
select, textarea
	{
	background-color : #ffffff;
	font : Arial, Helvetica, sans-serif;
	border-color : black;
	border-style : solid;
	border-width : 1;
	border-left-width : 1;
	border-top-width : 1;
	border-right-width : 1;
	border-bottom-width : 1;
	}

input { 
	border-color : black;
	background-color : #ffffff;
	border-style : solid;
	border-width : 1;
	border-left-width : 1;
	border-top-width : 1;
	border-right-width : 1;
	border-bottom-width : 1;
	font-family: Arial, Helvetica, sans-serif;
}
*/


h1
{
    font-size:16px;
    font-decoration: bold;
    padding-top: 25px;
    padding-bottom: 15px;
}

h2
{
    font-size:14px;
    font-decoration: bold;
}

/* GUESTBOOK BEGIN*/

.gb_entry
{
    margin-top: 15px;
    border-bottom: 1px dashed white;
    display: block;
    padding-bottom: 25px;
}

.gb_entry_title
{
    margin-top: 10px;
    padding: 4px;
    text-align: left;
/*    background: #ddd;*/
    font-weight: bold;
    display: block;
}

.gb_entry_text
{
    padding: 4px;
    padding-left: 10px;
/*    background: #eee;*/
    display: block;
}

.gb_entry_name
{
    display: block;
    padding-right: 4px;
    text-align: right;
/*    background: #ddd;*/
    font-weight: bold;
}

.gb_entry_date
{
    display: block;
    padding-right: 4px;
    text-align: right;
/*    background: #e4e4e4;*/
    font-size: smaller;
}

.gb_entry_reply
{
    padding: 4px;
    padding-left: 25px;
    background: #097EB8;
    display: block;
}

.gb_entry_edit
{
    background: red;
    color: white;
    text-align: center;
    display: block;
}

.gb_message_notice
{
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px dashed green;
    display: block;
    padding: 10px;
}

.gb_message_error
{
    margin-top: 15px;
    margin-bottom: 15px;
    border: 2px dashed red;
    display: block;
    padding: 10px;
}

.gb_navbar
{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    padding: 10px;
}

/* GUESTBOOK END */


/* SHOP Button */
.shop_button
{
    position: absolute;
    top: 8px;
    left: 830px;
    z-index: 1;
}

