body
{
	font-size: 105%;
	font-family: arial, helvetica, sans-serif;
	line-height: 125%;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
 	background-color: #000027;
	color: silver;
}


h1
{
	top: 0;
	left: 0;
	margin-left: 25%;
	margin-right: 25%;
	font-size: 130%;
	color: #CAC626;
	text-align: center;
	display: block;
	padding: 6px;
	background: #202760;
	border-left: 2px solid #7898b5;
	border-right: 2px solid #7898b5;
	border-top: 2px solid #7898b5;
	border-bottom: 2px solid #7898b5;
	clear: all;
}

h2
{
	top: 0;
	left: 0;
	margin-left: 25%;
	margin-right: 25%;
	font-size: 100%;
	color: #CAC626;
	text-align: center;
	display: block;
	padding: 6px;
	background: #202760;
	border-left: 2px solid #7898b5;
	border-right: 2px solid #7898b5;
	border-top: 2px solid #7898b5;
	border-bottom: 2px solid #7898b5;
	clear: all;
}

h3
{
	text-align: center;
	color: #CAC626;
	clear: all;
}

h4
{
	top: 0;
	left: 0;
	margin-top: 1%;
	margin-left: 30%;
	margin-right: 35%;
	font-size: 150%;
	line-height:125%;
	color: #CAC626;
	text-align: center;
	display: block;
	padding: 5px;
	background: #202760;
	border-left: 2px solid #7898b5;
	border-right: 2px solid #7898b5;
	border-top: 2px solid #7898b5;
	border-bottom: 2px solid #7898b5;
	clear: all;
}
p
{
	text-align: left;
	font-family:arial, helvitica, sans-serif;
	line-height:1.25;
}

a
{
	text-decoration: none;
	font-weight: bolder;
}


a:link
{
	color: #84BEFF;
}

a:visited
{
	color: #FF00FF;
}

a:hover
{
	color: yellow;
}

a.main:link
{
	color: #84BEFF;
}

a.main:visited
{
	color: #84BEFF;
}

a.main:hover
{
	color: yellow;
}

.thumb-table
{
border-spacing: 7px;
	float: center;
	text-align: center;
	padding: 2px;
}

.main-thumb
{
	width: 220px;
	height: 175px;
	background-color: #000036;
	border: 3px outset;
	border-color: gray;
}

.main-thumb-new
{
	width: 220px;
	height: 175px;
	background-color: #660000;
	border: 3px outset;
	border-color: gray;
}

.detail-thumb
{
	width: 160px;
	height: 105px;
	background-color: #000036;
	border: 3px outset;
	border-color: gray;
}

.detail-thumb-new
{
	width: 160px;
	height: 105px;
	background-color: #660000;
	border: 3px outset;
	border-color: gray;
}

.menu-item
{
	font-size: 70%;
	text-align: center;
	font-weight: normal;
}
.menu-item-new
{
	font-size: 70%;
	text-align: center;
	background-color: #660000;
	font-weight: bold;
}

.menu-item-highlight
{
	font-size: 70%;
	text-align: center;
	background-color: #5077c0;
	font-weight: bold;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.menu-item-bold
{
	font-size: 70%;
	text-align: center;
	font-weight: bold;
}

.menu-item-fam-home
{
	border: none;
	font-size: 70%;
}

hr.diamonds
{
	float: center;
	border: none;
	width: 282px;
	height: 35px;
	background: transparent  url("./images/sep-rule.gif") no-repeat scroll center;
	clear: all;
}

hr.short
{
	float: center;
	width: 65%;
	clear: all;
}

img
{
	text-align:center;
	display: block;
	padding: 10 px;
    margin-top:8 px;
    margin-bottom: 8 px;
    margin-left: auto;
    margin-right: auto;
	clear: all;
}
img.bare
{
	padding: 0;
	border:none;
	clear: none;
}

img.border
{
	text-align:center;
	display: block;
 	background: #CFCFCF;
	padding: 8px;
	border:solid;
	border-color: #eeeeee #cccccc #cccccc #eeeeee;
	border-width: 1px 2px 2px 1px;
	border-style: outset;
    margin-top:8 px;
    margin-bottom: 8 px;
    margin-left: auto;
    margin-right: auto;
	clear: all;
}

img.border-xmas
{
	text-align:center;
	display: block;
 	background: #a3b5cd;
	padding: 8px;
	border:solid;
	border-color: #cccccc #aaaaaa #aaaaaa #cccccc;
	border-width: 1px 2px 2px 1px;
	border-style: outset;
    margin-top:8 px;
    margin-bottom: 8 px;
    margin-left: auto;
    margin-right: auto;
	clear: all;
}

img.border-left
{
	display: inline;
 	background: #CFCFCF;
	padding: 10px;
	border:solid;
	border-color: #eeeeee #cccccc #cccccc #eeeeee;
	border-width: 1px 2px 2px 1px;
	border-style: outset;
    margin-top:8 px;
    margin-bottom: 8 px;
    margin-left: 0;
    margin-right: auto;
	clear: none;
}

img.border-right
{
	display: inline;
 	background: #CFCFCF;
	padding: 10px;
	border:solid;
	border-color: #eeeeee #cccccc #cccccc #eeeeee;
	border-width: 1px 2px 2px 1px;
	border-style: outset;
    margin-top:8 px;
    margin-bottom: 8 px;
    margin-left: auto;
    margin-right: 0;
	clear: none;
}


