﻿body 
{
	
}

A
{
    font-family: Rockwell, 'Comic Sans MS';
    color: red;
    text-decoration: none;
}

A:visited
{
    font-family: Rockwell, 'Comic Sans MS';
    color: coral;
    text-decoration: none;
}
A:active
{
	font-family: Rockwell, 'Comic Sans MS';
	color: #0033cc;
	text-decoration: none;
}
A:hover
{
	font-family: Rockwell, 'Comic Sans MS';
	color: #0033cc;
	text-decoration: none;
}
A:link
{
	font-family: Rockwell, 'Comic Sans MS';
	color: #0033cc;
	text-decoration: none;
}

.L_Top
{

	background-image: url(graphics/Top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.L_TopLeft
{
    padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
    }


.L_Left
{
	background-image: url(graphics/Left.jpg);
	background-repeat: repeat-y;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-position: left top;
}
.L_Right
{
	background-image: url(graphics/Right.jpg);
	background-repeat: repeat-y;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-position: left top;
}

.L_Right
{
	background-image: url(graphics/Right.jpg);
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-position: left top;
}.L_BottomRight
{
    background-image: url(graphics/Bottom_Right.jpg);
    background-repeat: no-repeat;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    background-position: right bottom;
}
.L_Bottom
{
	background-image: url(graphics/Bottom.jpg);
	background-repeat: repeat-X;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	
}

th
{
    color: white;
    font-family: Arial;
    background-color: #00009d;
}
td
{
    font-family: Arial;
}
