body
{
font-family: Arial, sans-serif;
font-size: 12px;
color: #ffffff

}

.smaller
{
font-family: Arial, sans-serif;
font-size: 12px;
color: #ffffff;
font-weight: bold;
}


a.home {
display: block;
width: 105px;
height: 84px;
background-image: url('images/menu_01.gif');
}

a.home:hover {
display: block;
width: 105px;
height: 84px;
background-image: url('images/menu_hover_01.gif');
}

a.services {
display: block;
width: 135px;
height: 84px;
background-image: url('images/menu_02.gif');
}

a.services:hover {
display: block;
width: 135px;
height: 84px;
background-image: url('images/menu_hover_02.gif');
}

a.faq {
display: block;
width: 75px;
height: 84px;
background-image: url('images/menu_03.gif');
}

a.faq:hover {
display: block;
width: 75px;
height: 84px;
background-image: url('images/menu_hover_03.gif');
}

a.contact {
display: block;
width: 129px;
height: 84px;
background-image: url('images/menu_04.gif');
}

a.contact:hover {
display: block;
width: 129px;
height: 84px;
background-image: url('images/menu_hover_04.gif');
}

a.coupon {
display: block;
width: 165px;
height: 84px;
background-image: url('images/menu_05.gif');
}

a.coupon:hover {
display: block;
width: 165px;
height: 84px;
background-image: url('images/menu_hover_05.gif');
}

.red
{

font-family: Arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #ff0000;
text-decoration: bold;
}


.green
{

font-family: Arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #B4D6FF

}


h1
{

font-family: Arial, sans-serif;
font-size: 19px;
font-weight: bold;
color: #626060

}
h2
{

font-family: Arial, sans-serif;
font-size: 16px;
font-weight: bold;
color: #6BA3FF

}

a
{
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #626060;
}

a:hover
{
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #888888;
}



ul.middle
{
font-family: Arial, sans-serif;
font-size: 14px;
color: #000000;
font-weight: normal;
list-style-image: none; 
}



ul 
{
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #aaaaaa;
list-style-image: url(ula.png);

}

ul ul
{
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #ffffff;
list-style-image: url(ulb.png);

}



input
{
color: #8CBFFF;
background: #000000;
border: 1px solid #ff0000
}

input.radio
{
color: #8CBFFF;
background: #000000;
border: 1px solid #ff0000
}

select
{
color: #8CBFFF;
background: #000000;
border: 1px solid #ff0000
}

textarea
{
color: #8CBFFF;
background: #000000;
border: 1px solid #ff0000
}

.submit input
{
color: #8CBFFF;
background: #000000;
border: 1px solid #ff0000
} 



table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	border-collapse: separate;
	background-color: none;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: none;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: none;
	-moz-border-radius: 0px 0px 0px 0px;
}
