﻿@charset "utf-8";
/* CSS Document */
body
{
background-image:url(images/bg.jpg);
background-color:#fce457;
background-repeat:repeat-x;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
font-weight:normal;
}
.green
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
line-height:20px;
font-weight:bold;
color:#78a520;
}
.orange
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:15px;
font-weight:bold;
color:#df7218;
padding-left:4px;
text-decoration:none;
}
.orange-add
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
}
.orange-add a
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#df7218;
text-decoration:none;
}

.orange-add a:hover
{ 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:none;
}

.black
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:15px;
font-weight:bold;
color:#000000;

}
.gray
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
font-weight:normal;
color:#605f5f;

}
.wite
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:15px;
font-weight:normal;
color:#ffffff;
text-decoration:none;

}
.style1 {color: #DF7118}