

/* ----- Typography ----- */

body {
	font: small arial, Verdana, Sans-serif;
	background:#ffffff url(images/background.gif) top left repeat-y;
	line-height: 1.6em;
	color: #444444;
	}

h1 {
	font-size : 18px;
	color: #6c757a;
	font-weight : bold;
	font-style : normal;
   font-family : Arial, Tahoma,Verdana;
}

h2 {
	font-size : 14px;
	font-style: normal;
	color: #5a906e;
	font-weight : bold;
	font-family : Arial, Tahoma,Verdana;
}

h3 {
	font-style: normal;
	color: #800000;
	font-size : 14px;
	font-weight : bold;
	font-family : Arial, Tahoma,Verdana;
}


p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 2px;
	margin-left : 20px;
	margin-right : 20px;
	font-size : 13px;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	
}



.p1 {
	color : Black;
	margin-top : 5px;
	padding-bottom : 2px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 20px;
	font-size : 12px;
	font-family : Arial, tahoma,Verdana,Arial;
	font-weight : normal;
}



.p2 {
	color : #b53a39;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 20px;
	font-size : 14px;
	font-family :  Arial, tahoma,Verdana,Arial;
	font-weight : bold;
}

.p3 {
	color : #ffffff;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 20px;
	font-size : 14px;
	font-family :  Arial, tahoma,Verdana,Arial;
	font-weight : bold;
}

.p4 {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 20px;
	font-size : 16px;
	font-family : times new roman, Arial, tahoma,Verdana,Arial;
	font-weight : normal;
	font-style : italic;
}

.bold  {
	color : Black;
	margin-top : 10px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 20px;
	font-size : 11px;
	font-family : Arial, Tahoma,Verdana,Arial;
	font-weight: bold;
	text-decoration : none;
}

ul
{
	color : Black;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 50px;
	margin-right : 20px;
	font-size : 13px;
	font-family : Arial, tahoma,Verdana,Arial;
	font-weight : normal;
}


/* ----- Links ----- */

a {
	color: #32822E;
	}

a:visited {
	color: #32822E;
	}

a:hover {
	color: #303030;
	background-color : Yellow;
}


/* ------ image link ----- */

#imglink {
		color: #666666;
	}
			
#imglink a {
	color: #333333;
	text-decoration: none;
	}

#imglink a:visited {
	color: #333333;
	text-decoration: none;
	}

#imglink a:hover {
	color: #422100;
	text-decoration: none;
	}
