@import url("styleSheet_structure.css");
@import url("styleSheet_navigation.css");
@import url("styleSheet_content.css");
@import url("styleSheet_vividCMS.css");


/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
color: #333333;
background-color: #FFFFFF;
}

br {
 clear: both;
}


/*
------------------------------------------------------
Links
------------------------------------------------------
*/


a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #226e87;
	text-decoration: none;
}

/*
------------------------------------------------------
Forms
------------------------------------------------------
*/


input {
}


textarea {
}

select {
}


/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
border: none 0;
border-top: 1px dotted #999999;
width: 100%;
height: 1px;
margin: 0px;
}


ol {

}

li {
	padding-bottom: 10px;
	list-style: disc;
}

ul{
}



