
h1 {
	color: #06C;
}

.bold {
	font-weight: bold;
}

.gray {
	color: #333;
}

.big {
	font-size: 1.2em;
}

ul.bold {
	color: #333;
	font-weight: bold;
}

ul.blue li {
	color: #06C;
}

.blue {
	color: #06C;
}

h2.blue a {
	color: #06c;
}

ul.articlelist {
	margin: 0 0  20px 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

ul.articlelist a {
	color: #333;
}

ul.articlelist li.archive {
	margin-top: 10px;
}

ul.articlelist li.archive a {
	color: #06C;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

form#askexpertform {
	margin: 0;
	padding: 0;
}

form#askexpertform fieldset {
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
}

form#askexpertform fieldset label {
	display: block;
	margin-bottom: 20px;
}

form#askexpertform fieldset br {
	display: none;
}

form#askexpertform fieldset label span {
	display: block;
	margin-bottom: 3px;
}

form#askexpertform textarea#question {
	width: 454px;
	height: 50px;
}

form#askexpertform img {
	float: right;
}

form#askexpertform div.buttons {
	margin-top: 25px;
}

form#askexpertform label input {
	width: 238px;
}

form#askexpertform div.buttons input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
}