body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e9f2df;
	border-top: 0px none;
	text-align: left;
	font-size: 12px;	
}

a:link {
	color: #8B0000;
	font-weight: bold;	
	text-decoration: underline;
}
a:hover {
	color: Red;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: Red;
	text-decoration: underline;	
}

p{
	text-align: left;
	font-size: 12px;
	text-align: justify;
}
p.center{
	text-align: center;
	font-size: 12px;
	margin-top: 0px;
}
p.header{
	color: White;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	margin-right: 10px;
	text-shadow: #000000 1px -1px 1px;
}

p.menu{
	font-size: 14px;
	font-weight: bold;	
}

p.menu a, a:hover, a:visited{
	text-decoration: none;
}
p.menu a{
	color: White;
}
p.menu a:hover{
	color: Blue;
}

td{
	font-size: 12px;
}

li{
	text-align: left;
	font-size: 12px;
}


h1 {
	color: #000000;
	font-size: 14px;	
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	margin-right: 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	text-align: left;
}

.footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.footer a{
	text-decoration:none;
	color:#000000;
	text-transform: lowercase;
	
} 

footer a:visited{
	text-decoration:none;
	color:#000000;
	text-transform: lowercase;
}

.footer a:hover
{
	text-decoration:none;
	color:#FFFFFF;
}

.by
{
	font-size: 9px;
	
}
.MagnifImage{
	background-color:#fff;
	color:#00f;
	font-weight:bold;
	border:4px outset #ccc; 
	text-align:center;
	padding:0;
	margin:0;
}
.link{
font-size:11px;
}

.giThumbnail {
border: 0px;
 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
}

.giDescription{
	font-size: 9px;
	margin-top: 2px;
}

a.button {
    /* Sliding right image */
    background: transparent url('images/button_right_05.png') no-repeat scroll top right; 
display: block;
float: left;
height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-left: 2px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-transform: capitalize;
}
a.button span {
/* Background left image */ 
background: transparent url('images/button_left_05.png') no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
text-transform: capitalize;
} 
a.button:hover span{
text-decoration:underline;
}
.buttonwrapper{
	margin-top: -8px;
	margin-right: 2px;
display: block;
float: right;	
}

#cse-search-box{
	margin-top: -3px;
	margin-right: 2px;
	width: 300px;
}

