@charset "UTF-8";

/* set transparent backgrounds */
* { 
background: transparent; 
color:#000000;
}

/* reset elements */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strong, b, u, i, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
}

body {
line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of reset */


/* style main elements */

html {
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

body {
	
	width: 1050px;
	padding: 10px;
	border-top: 20px solid #000080;
	border-bottom: 20px solid #000080;
	text-align: left;
  	margin: 0 auto;
}

h1 {
font-size:24px;
line-height: 1.5;
}

h2 {
font-size:16px;
line-height: 1.2;
}

p {
line-height: 1.2;
text-align: justify;
}


/* end of main elements */


/* custom classes */
.error {
	font-weight: bold;
	font-variant: normal;
}
/* end of custom classes */


/* form styling */


label {
	display: inline-block;
	padding:10px;
	min-height:30px;
}

/* end of form styling */


/* hover and button selectors */

.buttonmenu i {
	font-weight: bold;
	font-style:normal;
	text-decoration:none;
	background-color: #C0C0C0;
	padding: 5px;
	display: block;
	width: 300px;
	margin: 5px;
	text-align: center;
	cursor:pointer;
}


.buttonstyle i {
	font-size:10px;
	font-style:normal;
	text-align:center;
	background-color:#C0C0C0;
	display: inline-block;
	margin: 1px;
	padding: 3px;
	width: 90px;
	cursor:pointer;
}


/* end of hover and button selectors */
