/* CSS Document */

body
{
font-family: Verdana;
font-size: 12px;
color: black;
text-align:justify;
}

.content
{ 
font-family: Verdana;
font-size: 12px;
color: #333333;
text-align:justify;
}

.contentSmall
{ 
font-family: Verdana;
font-size: 10px;
color: black;
text-align:justify;
}

.copyright
{ 
font-family: Verdana;
font-size: 10px;
color: gray;
text-align:justify;
}

.title
{
font-family:Verdana;
font-size: 20px;
color: #007B28;
font-weight: bold;
}

td a:link {color:#1E3BB4; text-decoration: underline;}
td a:visited {color:#1E3BB4; text-decoration: underline;}
td a:hover {color:#1E3BB4; text-decoration: underline;}
td a:active {color:#1E3BB4; text-decoration: underline;}

input {
	font-family : "Verdana", Verdana, monospace;
	font-size : 12px;
}

textarea {
	font-family : "Verdana", Verdana, monospace;
	font-size : 12px;
}