﻿body{
color: #333;
font-size: 11px;
font-family: verdana;
}
a{
color: #fff;
text-decoration: none;
}
a:hover{
color: #63031A;
}
p{
margin: 0;
padding: 1px;
line-height: 1.5em;
text-align: justify;
border: 0px solid #90B7E8;
}
#wrapper{
width: 500px;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 5px;
background: #90B7E8;
}
/*.tab_Selected{
float: left;
height: 32px;
width: 102px;
margin: 0 1px 0 40px;
text-align: center;
background: #FFDF55 url(images/greentab_New.jpg) no-repeat;
}*/
.tab{
float: left;
height: 32px;
width: 102px;
margin: 0 1px 0 50px;   /*top right bottom left*/
text-align: center;
background: #2DC2C0 url(images/greentab_New.jpg) no-repeat;
}
.tab a{
float: left;
height: 32px;
width: 102px;
text-align: center;
background: #2DC2C0 url(images/greentab_New.jpg) no-repeat; 
display:block;
}
.tab a:hover{
background: #90B7E8 url(images/greentab_New.jpg) no-repeat;
}
.tab2{
float: left;
height: 32px;
width: 102px;
margin: 0 1px 0 2px;
text-align: center;
background: #2DC2C0 url(images/greentab_New.jpg) no-repeat;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 1px 0 2px 0;
}
