﻿@import url("MasterPage.css");
@import url("MainMenu.css");
* 
{
	font-family:Arial Verdana, Tahoma;
	font-size: 8pt;
}
body
{
    background-color: #006600;
    margin:0px 0px 0px 0px;
    background-repeat:repeat;


}

INPUT[type="password"], INPUT[type="text"], textarea
{ 
    border:solid 1px #c8b1d8;
	background-color: white;
}

INPUT[type="submit"] 
{
    clear:both;
    text-align:center;
    cursor: hand;
    border:solid 1px #FFE600;
    font-weight: bold;
    background-image:url('../../images/Common/ButtonBckImg.gif');
    background-repeat:repeat-x;
    height:25px;    
}

INPUT[type="checkbox"] 
{
    border:solid 1px #c8b1d8;
}

select
{
    border:solid 1px #c8b1d8;
}

h1
{
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin: 10px 10px 0px 10px;
}

A
{
	color: #74736B;
	text-decoration: none;
}

A:link
{
	text-decoration: none;
	color: Blue;
}

A:visited
{
	text-decoration: none;
	color: Blue;
}

A:hover
{
	color: #000000;
	text-decoration: underline;
}
