﻿body
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}

p
{
	font-size: 11pt;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

a
{
	outline: none;
	color: #0466a7; /*Blue color*/
	text-decoration: none;
	width: auto;
}
a:hover
{
	color: #0466a7; /*Blue color*/
	text-decoration: underline;
	width: auto;
}


p.more a 
{
	background-image: url(../Images/link-more.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-attachment: scroll;
    background-position: 100% 60%;
	color: #0085CF;
	display: inline;
	padding-right: 7px;
}

.input
{
    width: 98%;
}