/* CSS Document */

body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 18px;
text-align: justify;
color: #515151;
}



.welcome
{
color: #515151;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
font-weight: normal;
text-align: justify;
padding: 10px;
}

.menu_text
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #b9bbbc;
}
.menu
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
font-weight: normal;
color: #b9bbbc;
}
.menu:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
font-weight: normal;
color: #6f6f6f;
}

.menu_text1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
}
.menu1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
padding-right: 20px;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
background-image: url(../images/go_icon.png);
background-position: right;
background-repeat: no-repeat;
}
.menu1:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
padding-right: 20px;
font-weight: bold;
text-transform: uppercase;
color: #cf0d57;
background-image: url(../images/go_icon1.png);
background-position: right;
background-repeat: no-repeat;
}



.title
{
font-family: 'Cuprum', arial, serif;
font-size: 27px;
letter-spacing:1px;
color: #0973a4;
}
.head
{
font-family: "trebuchet MS"; 
font-size: 11px;
padding-left: 10px;
color: #000;
font-weight: bold;
background-image: url(../images/head_bg.png);
background-position: left;
background-repeat: no-repeat;
}


