/* CSS Document */
body
{
font-family: Arial, Tahoma, Verdana;
font-size: 13px;
color:#333333; 
text-decoration: none;
	background-color: #801d05;
	background-image: url(../image/public/general/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.whitetext
{
font-family: Arial, Tahoma, Verdana;
font-size: 13px;
color: #ffffff; 
text-decoration: none;
}

.redtext
{
font-family: Arial, Tahoma, Verdana;
font-size: 14px;
color: #95161f; 
text-decoration: none;
}

.browntext
{
font-family: Arial, Tahoma, Verdana;
font-size: 13px;
color: #84571c; 
text-decoration: none;
}

.highlight
{
font-family: Arial, Tahoma, Verdana;
font-size: 13px;
font-weight:bold;
color:#FF0000; 
text-decoration: none;
}

.available
{
font-family: Arial, Tahoma, Verdana;
font-size: 11px;
font-weight:bold;
color: #669900; 
text-decoration: none;
}

.limitedavailable
{
font-family: Arial, Tahoma, Verdana;
font-size: 11px;
font-weight:bold;
color: #00CCFF; 
text-decoration: none;
}

.fullycommitted
{
font-family: Arial, Tahoma, Verdana;
font-size: 11px;
font-weight:bold;
color: #FF0000; 
text-decoration: none;
}

.closed
{
font-family: Arial, Tahoma, Verdana;
font-size: 11px;
font-weight:bold;
color: #663300; 
text-decoration: none;
}

.title
{
font-family: Arial, Tahoma, Verdana;
font-size: 16px;
font-weight:bold;
color: #333333; 
text-decoration: none;
}

.smalltext
{
font-family: Arial, Tahoma, Verdana;
font-size: 10px;
color: #333333; 
text-decoration: none;
}

.author
{
font-family: Arial, Tahoma, Verdana;
font-size: 10px;
color: #333333; 
text-decoration: none;
}

a
{
font-family: Arial, Tahoma, Verdana;
font-size: 13px;
color: #666666; 
text-decoration: none;
}
a:visited 
{
font-family: Arial, Tahoma, Verdana;
font-size: 13px;
color: #666666; 
text-decoration: none;
}
a:hover 
{
font-family: Arial,Verdana,  Helvetica, sans-serif;
font-size: 13px;
color: #FF9900; 
text-decoration: none;
}
a:active 
{
font-family: Arial, Tahoma, Verdana;
font-size: 13px;
color: #666666; 
text-decoration: none;
}


