/* Page */

html {

	/*font-size: 100%;*/

}

body {
	margin: 0;
	padding: 0;
	color: #241D17;
	background: white;
	font: 11px/12px Verdana, Geneva, sans-serif;
}


/* Titles */

h1, h2, h3, h4, h5, h6 {

	margin: 0;

	font-weight: bold;

	font-style: normal;

}
/*
h1 {font-size: 10px;}

h2 {font-size: 1.5em;}

h3 {font-size: 1.25em;}

h4 {font-size: 1em;}

h5 {font-size: 1em; font-weight: normal; font-style: italic;}
*/


/* Lists */

ul, ol {
	margin: 5px 0 5px 10px;
	padding: 0;

}

li {

	margin: 0;

	padding: 0;

}

dl {
	margin: 5px 0px;
	padding: 0;

}

dt {
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: bold;

}

dd {
	margin: 5px 0 5px 10px;
	padding: 0;

}



/* Paragraphs */

p {
	margin: 5px 10px;

}

li p, blockquote p {
	margin: 0;

}

address {

	font-style: normal;

}



/* Quotations */

blockquote {

	margin: 10px 0 10px 20px;

	padding: 0 0 0 10px;

	border-left: solid 2px #ccc;

}

q {font-style: italic;}

cite {font-style: italic;}

/* blockquote, q {quotes: none;} */



/* Links */

a {
	color: #33a2e2;
	text-decoration: none;
}


a:hover, a:focus, a:active {color: #e3001b;}

a img {border: none;}



/* Misc inline elements */

em {font-style: italic;}

strong {font-weight: bold;}

del {text-decoration: line-through;}



/* Forms */

form, fieldset {

	margin: 0;

	padding: 0;

	border: none;

}

input, button, select {

	color: black;
	font: 11px/12px Verdana, Geneva, sans-serif;
}
select option:hover {
	background: #D4CEC9 ;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: -3px;
	
}
