﻿html,body
{
    background-color:#f3f3eb;
    margin:0;
    padding:0;
    height:100%;
    border:none;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: x-small;
    text-align:center;
    color: #303030;
   }

A:link
{
	color: #303030;
    text-decoration: none;
}

A:visited
{
	color: #303030;
	text-decoration: none;
}

A:hover
{
	color: #303030;
    text-decoration: underline;
}

A:active
{
	color: #303030;
	text-decoration: none;
}

.login, .register
{
    font-weight: bold;
    color: #000000;
    height: 30px;
    width: 150px;
}

.header
{
    font-size:larger;
    font-weight:bold
}

.subheader
{
    font-weight:bold;
}

.register
{
    /*background-color: White;*/
}

.login
{
    background-color: #efebdf;
    padding-left: 5px;
}

.login_error
{
    background-color: #efebdf;
    font-weight: bold;
    padding-left: 5px;
}

INPUT.order, TEXTAREA.order
{
    width: 195px;
    margin-top: 1px;
}

SELECT.order
{
    width: 200px;
    margin: 1px;
}

.Header
{
	color: Black;
	font-weight: bold;
	font-size:x-large;
}

DIV.SubHeader
{
    margin-bottom:10px;
	color: #a37d21;
	width: 435px; 
	height: 53px; 
	background-image: url('../Images/header_clear.png'); 
	background-repeat: no-repeat;
}	

P.SubHeader
{
    padding: 15px 0px 0px 40px;
	font-weight: normal;
	font-size:large;
}

.ImageHeader
{
    padding: 10px 0px 0px 40px;
    font-size:medium;
    font-weight: small;
}

LI
{
    padding-bottom: 7px;
    padding-left:5px;
    list-style-image: url('../Images/arrow_right.png');
    color: #303030;
}

TD
{
    color: #303030;
}