@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin: 20px auto;
	width: 1500px;
	background-color: #666;
}
a:link {
	color: #00C; 
	text-decoration: none; 
}
a:visited {
	color: #00C; 
	text-decoration: none; 
}
a:hover {
	color: #F00; 
	text-decoration: underline; 
}
a:active {
	color: #F00; 
} 
ul {
	margin-left: 20px;
	text-align: left;
	padding: 0px; /* Set margin and padding for cross browser consistency. */ 
	list-style-image: url(join/bullet.png);
}
p {
	margin: 0px;
}
.title1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.title2 {
	background-color: #CCC;
	font-weight: bold;
	border: 2px solid #CCC;
	padding: 0px 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.roundgrey {
	border: 2px solid #CCC;
	padding: 0px 8px;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}
.roundblue {
	background-color: #FFF;
	border: 1px dotted #F00;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}
#main {
	background-color: #FFF;
	border: 2px solid #CCC;
    padding: 4px; 
    background: #e9e9e9;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}