@charset "utf-8";
/* CSS Document */


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	/*width:300px;*/
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
h2 {
	padding:1.5px;
	font-size:12px;
	color:#cc0000;
	background-color:#fafafa;
	border: 1px solid #a9a9a9;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	text-align:center;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	margin-bottom:5px;
	text-align:left;
	text-decoration:blink;
}
.togglebox {
	/*background-color:#CCC;
	border: 1px solid #a9a9a9;
	/* Rounder Corner */
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	overflow: hidden;
	font-size: 1.2em;
	width: 295px;
	clear: both;
	margin-bottom:10px;
}
.togglebox .block {
	/*padding: 20px;*/
	width: 295px;
}
.togglebox1 {
	/*background-color:#CCC;
	border: 1px solid #a9a9a9;
	/* Rounder Corner */
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	overflow: hidden;
	font-size: 1.2em;
	
	/*width: 295px;*/
	clear: both;
	margin-bottom:10px;
}
.togglebox1 .block {
	/*padding: 10px;*/
	/*width: 295px;*/
}
h1 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	margin-top:10px;
	margin-bottom:10px;
}

h3 {
	font-size:12px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	/*color: #000;*/
	margin-top:10px;
	margin-bottom:10px;
}
