/* CSS Document */

body
          { margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			background-image: url(images/bg.gif);
			background-color: #808080;}

.text
	      { font-family: Verdana; 
            font-size: 12px; 
			font-weight: normal; 
			color: #FFFFFF; 
			text-decoration: none}
.textbig
	      { font-family: Verdana; 
            font-size: 14px; 
			font-weight: bold; 
			color: #CC0000; 
			text-decoration: none}
			
.nav
	      { font-family: Verdana; 
            font-size: 12px; 
			font-weight: bold; 
			color: #00FF00; 
			text-decoration: none}
			
.nav:hover
	      { font-family: Verdana; 
            font-size: 12px; 
			font-weight: bold; 
			color: #FFFFFF; 
			text-decoration: none}
			
.footer
	      { font-family: Verdana; 
            font-size: 11px; 
			font-weight: normal; 
			color: #333333; 
			text-decoration: none}
			
.textred
	      { font-family: Verdana; 
            font-size: 11px; 
			font-weight: bold; 
			color: #CC0000; 
			text-decoration: none}
			
.textred:hover
	      { font-family: Verdana; 
            font-size: 11px; 
			font-weight: bold; 
			color: #0000FF; 
			text-decoration: none}
			
.email
	      { font-family: Verdana; 
            font-size: 11px; 
			font-weight: bold; 
			color: #0000FF; 
			text-decoration: none}
			
.email:hover
	      { font-family: Verdana; 
            font-size: 11px; 
			font-weight: bold; 
			color: #CC0000; 
			text-decoration: none}
			

.pr_image_right 
		  { 
			float: right;
			margin-bottom: 0px;
			margin-left: 30px;
			margin-right: 0px}