﻿body
{
    font-family: Calibri, Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #FFFFFF;        
}


a:link
{
    display: block;
    margin: 0;
    color: #000000;
    text-decoration: none;
}
a:visited
{
    display: block;
    margin: 0;
    color: #000000;
    text-decoration: none;
}

 .menuItem
{
	padding: 18px 0px 0px 0px;
	display: block;
	width: 130px;
	height: 49px;
	background: url("../images1/menu_item_base_01.png") no-repeat 0 0;
	text-align: center;
	vertical-align: middle;
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;			
}


.menuItem:hover
{ 
background: url("../images1/menu_item_mouseover_01.png") no-repeat 0 0;
}

.button
{
    border-style: none;
    background: url("../images1/login_base.gif") no-repeat 0 0;
    text-align: center;
    vertical-align: middle;
    font-family: Calibri, Verdana, Arial, sans-serif;
    width: 50px;
    height: 20px;
    font-weight: bold;
}

.button:hover
{    
    background: url("../images1/login_mouseover.gif") no-repeat 0 0; 
}

.customTitle
{
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	color: #FFFFFF;
}

.customTitleMesssage
{
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #000000;
}

.phoneNumberItem
{
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #C5FBFF;
	
}

.copyrightItem
{
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #C5FBFF;
	font-style: italic;
}

.testimonlialItem
{
	width: 224px;
	background: #E2EBF4 url(images1/bgbottomright_22.jpg) bottom right no-repeat;
	border: 1px solid #A5CAEF;
	padding: 10px;
	color: #315E88;
	font-size: 11px;
	margin-top: 20px;
	font-family: 'trebuchet MS';
}

.articleItem
{
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #666;
	line-height:20px;
	padding-top:5px;
	padding-bottom:10px;
	border-bottom:1px solid #ededed;
	margin-bottom:30px;
}

