@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	}

fieldset {
	margin-bottom:15px;
	border:1px solid #9c9b9b;
	padding:15px;
	}
	
legend {
	font-weight:bold;
	color:#444444;
	}
	
a:link {
	text-decoration:none;
	color:#236fa4;
	}
	
a:visited {
	text-decoration:none;
	color:#236fa4;
	}

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

ul {
	margin:0;
	padding:0;
	}
	
li {
	padding:5px;
	list-style:none;
	font-size:.9em;
	}
	
.example {
	font-size:.8em;
	color:#666666;
	}
	
.clear {
	clear:both;
	}

.secondary {
	border-color:#cccccc;
	}
	
.secondary legend {
	color:#666666;
	font-size:.8em;
	}
	
.buttonLink a:link {
	padding:10px;
	border:1px solid #cccccc;
	font-weight:bold;
	font-size:1.1em;
	background-color:#f2f2f2;
	}
	
.buttonLink a:visited {
	padding:10px;
	border:1px solid #cccccc;
	font-weight:bold;
	font-size:1.1em;
	background-color:#f2f2f2;
	}
	
.buttonLink a:hover {
	padding:10px;
	border:1px solid #666666;
	font-weight:bold;
	font-size:1.1em;
	background-color:#ececec;
	text-decoration:none;
	}
