/* CSS Document */

body{
margin:0px;
font-family:tahoma;
background:url(images/bgr.jpg) repeat-x top;
background-attachment:fixed;
margin-top:30px;
}

p{
font-size:11px;
color:#ffffff;
margin:10px;
}

.copy{
font-size:10px;
color:#efefef;
margin:5px;
margin-left:10px;
}

/* link */
a:link {
	color: #3dfb0e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3dfb0e;
}
a:hover {
	text-decoration: underline;
	color: #3dfb0e;
}
a:active {
	text-decoration: none;
	color: #3dfb0e;
}


.right{
float:right;
margin-left:5px;
border:1px solid #CCCCCC;
}

.txtbox{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
border:1px solid #999999;
}


h1{
font-family:tahoma;
font-size:16px;
margin:5px;
margin-left:10px;
color:#ffffff;
font-weight:lighter;
}


h2{
font-family:tahoma;
font-size:11px;
margin:5px;
margin-left:10px;
color:#efefef;
}


h3{
font-family:tahoma;
font-size:12px;
margin:5px;
margin-left:10px;
color:#333333;
}

h4{
font-family:tahoma;
font-size:20px;
margin:5px;
margin-left:10px;
color:#3dfb0e;
}

.black{
background:#000000;
}

.green{
color:#3dfb0e;
}

.bottom{
background:url(images/bottom.jpg) no-repeat center;
height:25px;
}

.brdr-bottom{
border-bottom:1px solid #CCCCCC;
}

.lightgray{
color:#999999;
}

.margin5{
margin:5px;
margin-left:10px;
}

.largerFont{
font-size:13px;
}