/* CSS Document */

/* 
	!!!!!!!!!! COLORS !!!!!!!!!!!
	green: 	#006633
	plum: 	#A45E80
	grey:   #CACACA

GREEN: 
R: 0
G: 102
B: 51

PLUM: 
R: 164
G: 94
B: 128
*/

a {
	text-decoration:none;
	color:#A45E80;
	font-weight:bold;
}

a:visited  {
	color:#CACACA;
}

a:hover {
	color:#006633;
}

body {
	margin-top:0px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	color:#A45E80;
	text-align: center;	
	margin-top:0px;
	padding-top:0px;
	margin-bottom:6px;	
}

h2 {
	color:#006633;
	font-size: 19px;
	text-align: center;	
}

h3 {
	color:#A45E80;
	text-align: center;	
	font-size: 16px;		
}

hr.menu {
	width: 100%;
	text-align: center;
	margin-bottom:3px;
}

hr.foot {
	width: 100%;
	text-align: center;
	margin-bottom:3px;
}


li {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: left;	
}

p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color:#000000;
}

p.call {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight:bold;	
}

p.caption {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-style:italic;
	margin-top:0px;
	margin-bottom:0px;	
}

p.caption2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;	
}

p.contact {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height:12px;
	text-align: center;
	margin-top:3px;
}

p.motto {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-style:italic;
	text-align: center;	
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: left;	
	font-size: 11px;
	font-weight:bold;				
}

td.lp {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;	
	font-size: 11px;
	text-align: left;		
}

div.main {
	width:750px;
	margin-left: auto;
	margin-right: auto;	
}

table.main {
	width:750px;
}

tr.banner {
	width:750px;
}

td.banner {
	width:750px;
}

tr.menu {
	width:750px;
}

td.menu {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;	
	text-align: center;
	font-size: 14px;
	line-height:16px;
	width:750px;		
}

tr.main {
	width:750px;
}

td.main {
	width:750px;
}

tr.foot {
	width:750px;
}

td.foot {
	width:750px;
}

ol {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;	
	font-size: 11px;
}