﻿body 
{
	background-color: #ffffff;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}
.senddiv
{
	width: 100%;
	height: auto;
}
.InputTextbox
{
	width : 180px;
	background-color: #ffffff;
	border: solid 1px #03386C;
}
.button
{
	background-image: url(../DefaultTheme/images/buttonbg.jpg);
	border: solid 1px #03386C;
	height: 22px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.button:hover
{
	border: solid 1px #666666;
	background-color: #006699;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	color: #234C69;
	height: 22px;
}
.newstitlelink
{
	color: #03386C;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.newstitlelink:hover
{
	color: Blue;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.newstitlelink:visited
{
	color:#666666;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.newstitlelink:visited:hover
{
	color:blue;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.newstitle
{
	color: #03386C;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
}
.updatetext
{
	font-size: 8.5pt;
}
.newsreadmore
{
	color: #03386C;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}
.newscategorytext
{
	font-weight: bold;
	font-size: 13pt;
	color: Red;
	text-decoration:none;
}
.newscategorytext:hover
{
	font-weight: bold;
	font-size: 13pt;
	color: blue;
	text-decoration:none;
}
.sendmailbutton
{
	background-image:url(../Default/images/send_contact_button.png);
    background-position: top center;
    background-repeat:no-repeat;
    background-color:Transparent;
    width: 132px;
    height:31px;
    border-style:none;
    border-width:0px;
    cursor:pointer;
    font-family: Arial;
    color: #15428B;
	font-size: 9pt;
    font-weight: bold;
}
.sendmailbutton:hover
{
	background-image:url(../Default/images/send_contact_button.png);
    background-position: bottom center;
    background-repeat:no-repeat;
    background-color:Transparent;
    width: 132px;
    height:33px;
    border-style:none;
    border-width:0px;
    cursor:pointer;
    font-family: Arial;
    color: #15428B;
	font-size: 9pt;
    font-weight: bold;
}
.sendmailundobutton
{
	background-image:url(../Default/images/send_contact_undo_button.png);
    background-position: top center;
    background-repeat:no-repeat;
    background-color:Transparent;
    width: 132px;
    height:31px;
    border-style:none;
    border-width:0px;
    cursor:pointer;
    font-family: Arial;
    color: #15428B;
	font-size: 9pt;
    font-weight: bold;
}
.sendmailundobutton:hover
{
	background-image:url(../Default/images/send_contact_undo_button.png);
    background-position: bottom center;
    background-repeat:no-repeat;
    background-color:Transparent;
    width: 132px;
    height:33px;
    border-style:none;
    border-width:0px;
    cursor:pointer;
    font-family: Arial;
    color: #15428B;
	font-size: 9pt;
    font-weight: bold;
}
