li {
	font-size: 9pt;
	}
	
.side {
	font-size: 9pt;
	margin-left: 7px;
	text-align: justify;
	}
	
p {
	text-align: justify;
	font-size: 10pt;
	}
	
H1 {
	font-size : 16px;
	color: #c42335;
	font-variant: small-caps;
}

h2 {
	font-size : 15px;
	color: #2c3436;
	background-repeat: no-repeat;
	padding: 3px;
	font-variant: small-caps;
}

body {
	font-family: tahoma;
	color:  #2c3436;
	background-color: #edeef7;
	text-align: center;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	}
	
.container {
	padding: 15px;
	width: 760px;
	text-align: left;
	color:  #2c3436;
	margin:0 auto; 
	background-color: white;
	}
	
.column1 {
padding-left: 15px;
padding-right: 15px;
}

.large-text {
font-size: 19pt;
}

.small-text {
font-size: 9pt;
}

.links {
	width: 203px;
	height: 1800PX;
	background-color: #c7d0fc;
	border: 1px solid #a2a9cc ;
	}
	
.links2 {
	width: 203px;
	height: 3200PX;
	background-color: #c7d0fc;
	border: 1px solid #a2a9cc ;
	}
	
td.form {
	font-size: 13px;
	}

	
a:link.page-link {
display: inline-block;
background-color: #c7d0fc;
background-image: url(images/button_bg_off.gif);
text-decoration: none;
color: #2c3436;
margin: 1px;
padding:1px;
font-size: 12px;
width: 200px;
height: 25px;
}

a:visited.page-link {
display: inline-block;
background-color: #c7d0fc;
background-image: url(images/button_bg_off.gif);
text-decoration: none;
color: #2c3436;
margin: 1px;
padding:1px;
font-size: 12px;
width: 200px;
height: 25px;
}

a:hover.page-link {
display: inline-block;
color: #c42335;
background-color: #ffffff;
background-image: url(images/button_bg_on.gif);
margin: 1px;
padding:1px;
font-size: 12px;
width: 200px;
height: 25px;
}

