﻿.contact_slect_sender
{
    background-color: #E8E8E8;
    border-style: solid;
    border-bottom-width: 1px;
    border-color: #C5C5C5;

}

h1
{
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    text-align: left;
    font-weight: bold;
}


h2
{
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    text-align: left;
    font-weight: normal;
}

h3
{
    font-family: Verdana;
    font-size: 21px;
    color: #1168c1;
    font-weight: bold;
}





a {
	font-family: Verdana;
	font-size: 10px;
}

/*default link color*/
a:link {
	color: #000000;
	text-decoration: none;
}

/*when u have visit the link*/
a:visited {
	text-decoration: none;
	color: #000000;
}

/*On roll over*/
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

