body 

{
    background:#FFFFFF url('../images/bg.jpg')  0px 0px; 
	background-position: center top;
	margin:0px; 
	topmargin:0px;
	leftmargin:0px;
	scrollbar-face-color: #0264AA;
	scrollbar-shadow-color: #00233C;
	scrollbar-highlight-color: #00233C;
	scrollbar-3dlight-color: #00233C;
	scrollbar-darkshadow-color: #00233C;
	scrollbar-track-color: #00233C;
	scrollbar-arrow-color: #ffffff; 
}


.PageTitle1 {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F5C000;
}

.PageTitle2 {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.PageTitle3 {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.TextTitle1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F5C000;
}

.TextTitle2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.TextTitle2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#666666;
	font-weight:norm;
	text-decoration:none;
}

.textBLK{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	font-weight:norm;
	text-decoration:none;
}
.textRED{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FF0000;
	font-weight:norm;
	text-decoration:none;
}

.eightwhite{

	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
	font-weight:none;
	text-decoration:none;
}

.eightgray{

	font-family:tahoma;
	font-size:12px;
	color:#CCCCCC;
	font-weight:none;
	text-decoration:none;
}

.left{

	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

.left:hover{

	font-family:tahoma;
	font-size:11px;
	color:#ffff00;
	font-weight:bold;
	text-decoration:none;
}

.left2{
	font-family:tahoma;
	font-size:11px;
	color:#333333;
	font-weight:none;
	text-decoration:none;
}

.left2:hover{
	font-family:tahoma;
	font-size:11px;
	color:#f000000;
	font-weight:none;
	text-decoration:none;
}


.bottom{
	font-family:Tahoma;
	font-size:11px;
	color:#999999;
	font-weight:none;
	text-decoration:none;
}
.bottom:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	font-weight:none;
	text-decoration:none;
}


.bottom2{
	font-family:tahoma;
	font-size:10px;
	color:#E6E6E6;
	text-decoration:none;
}
.bottom2:hover{
	font-family:tahoma;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

.style5 {color:#FFFFFF; text-decoration:none; font-weight: bold;}
.style8 {color: #EEEEEE}


.urbangreymenu{
width: 200px; /*width of menu*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 11pt Arial;
color: white;
display: block;
padding: 1px 0;
line-height: 25px;
padding-left: 12px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: white;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: White;
background: #000000;
margin:0 auto;
padding-left:25px;
}


.style11 {color: #FFDD00; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; }
.style17 {font-weight:none; text-decoration:none; color: #FFFFFF;}
.style26 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; }
.style30 {color: #FCDD11}
.style31 {text-decoration:none; font-weight: none;}
.style32 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #FCDD11; }
.style33 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #FCDC07; }
.style34 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #F8D802; }

}

/*GROW*/
.grow img {
  height: 300px;
  width: 300px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 400px;
  height: 400px;
}

