/* CSS Document */
.background
{
background-image:url(background2.jpg);
text-align:center;
background-repeat:no-repeat;
background-color:#CCCCCC;
}

body
{
margin:0px;
}

.links
{
color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	text-decoration:none;
}
.large_green
{
font-size:28px;
font-family:"Times New Roman";
color:#003300;
text-align:center;
font-weight:bold;
}
.large_green2
{
font-size:22px;
font-family:"Times New Roman";
color:#003300;
font-weight:bold;
}
.large_white
{
font-size:24px;
font-family:Arial;
color:#ffffff;
text-align:center;
font-weight:bold;
}
.white_box
{

}
.small_green_box
{
font-size:12px;
font-family:"Times New Roman";
color:#003300;
text-align:center;
padding:10px;
}
.small_text
{
font-size:14px;
font-family:"Times New Roman";
color:#003300;
text-align:left;
padding:10px;
}
