/* CSS Document */
/* 4-14-08 changed font to tahoma */
/* 4-16-08 added indent style*/
/* 3-09 added H1 style*/

h1
{
       font-family: Tahoma,Arial; 
       font-size: 16px;
       color:#000000
       margin-left: 5cm
}



.main{
	font-family:Tahoma,Arial;
	font-size:14px;
	color:#000000;
}
.main_indent{
	font-family:Tahoma,Arial;
	font-size:14px;
	color:#000000;
        margin-left: 2cm
}

.header{
	font-family:Tahoma,Arial;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.footer{
	font-family:Arial;
	font-size:11px;
	color:#000000;
}

/* Changing font to 14 */
#link a{
	font-family:Tahoma,Arial;
	font-size: 14px;
	color: #0072c6;
	font-weight:bold;
	text-decoration: none;
}

#link a:hover {
	font-family: Tahoma,Arial;
	font-size: 14px;
	color: #0072c6;
	font-weight:bold;
	text-decoration: underline;
}

#link a:visited {
	font-family: Tahoma,Arial;
	font-size: 14px;
	color: #0072c6;
	font-weight:bold;
	text-decoration: none;
}

.main_inbox{
	font-family:Tahoma,Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.error{
	font-family:Arial;
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
}
