body {
	margin:0px;
	font-family:Arial,Helvetica,sans-serif;
	overflow:-moz-scrollbars-vertical;
}

p {
	font-size:75%;
	color: #A4278F;
}

li {
	font-size:75%;
	color: #A4278F;
	text-align: left;
}

h1 { 
font-size:110%; 
color: #68208E;
}

h2 { 
font-size:100%; 
color:#68208E;
}

form { 
display:inline; 
font-size:75%;

}

a:link {
color:#A254A5;
text-decoration:none; 
}

a:visited { 
color:#A254A5;
text-decoration:none; 
}

a:hover { 
color:#A254A5;
text-decoration:underline; 
}

.top {
padding: 5px;
}

.nav {
background-color: #DEC4E1;
padding: 5px;
}

.nav_item {
text-align:center;
border-right: solid 2px #A254A5;
font-family:Arial,Helvetica,sans-serif;
font-size:80%;
color:#A254A5;
letter-spacing: 0.02em;
font-weight:bold;
}


.content {
height: 300px;
padding: 10px;
}

.footer {
background-color: #3E0764;
height:5px;
color: #ffffff;
text-align:center;
font-size:70%;
}

.plus {
	background-image: url(../../images/plus.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	float: left;
}


