/* CSS Document */

td		{
		font-family:Verdana;
		font-size:11px;
		}
	

.green  {
        font-family:Verdana;
        font-weight:bold;
        font-size:15px;
        text-decoration:none;
        color:#006600
        }

	
.black	{
		font-family:Verdana;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
		padding-left:45px;
		color:#000000
		}
		
.cap	{
		font-family:Verdana;
		font-weight:bold;
		font-size:15px;
		text-decoration:none;
		color:#2480C9
		}
		
.tab	{
		font-family:Verdana;
		font-weight:bold;
		font-size:15px;
		text-decoration:none;
		padding-left:45px;
		color:#2480C9
		
		}
		
.faq	{
		font-family:Verdana;
		font-weight:bold;
		font-size:13px;
		color:#FF6700
		}
		
a:link,a:visited,a:active
		{
		text-decoration:none;
		font-family:Verdana;
		font-weight:bold;
		font-size:11px;
		color:#1A6A45;
		}
		
a:hover	{
		text-decoration:none;
		color:#5BA51D;
		}
		
a.green:link,a.green:visited,a:active
		{
		font-family:Verdana;
		font-weight:bold;
		font-size:11px;
		color:#157047;
		}
		
a.green:hover
		{
		text-decoration:none;
		color:#237B55;
		}

.header
		{
		background: #FFFFFF url(../images/header.jpg) repeat-x;
		}

.left_01
		{
		background: #FFFFFF url(../images/left_y.jpg) repeat-y;
		}

.right_01
		{
		background: #FFFFFF url(../images/right_y.jpg) repeat-y;
		}

.left_box
		{
	background: #FFFFFF url(../images/left_box.jpg) repeat-y;
		}

.right_box
		{
	background: #FFFFFF url(../images/right_box.jpg) repeat-y;
		}

.background
		{
		background-image: url(../images/background.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-color: #FFFFFF;
		}
		
.bg{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FBFBFB;
}

