@import url(/stylesheets/layout.css);
@import url(/stylesheets/content.css);

html {
	height: 100%;
}

body {
 	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 150%;
    margin: 0;
    padding: 0;
	text-align: left;
	height: 100%;
	color: #fff;
}

body.index {
	background: #606060 url(/images/common/bg_index.jpg) center top no-repeat;
}

body.analysis {
	background: #085455 url(/images/common/bg_analysis.jpg) center top no-repeat;
}

body.architecture {
	background: #3e244c url(/images/common/bg_architecture.jpg) center top no-repeat;
}

::-moz-selection { 
	background: #67789a; 
	color: black;
}

::selection { 
	background: #67789a; 
	color: black; 
}

* {
    margin: 0;
    padding: 0;
}

.clearfix {
    clear: both;
}

br.clearfix {
    font-size: 1px;
    line-height: 1px;
    clear: both;
    overflow: hidden;
}

img {
    border: 0;
    vertical-align: bottom;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
}

.nowrap {
    white-space: nowrap;
}

.printonly {
    display: none;
}

a:link {
	color: #ffbd3f;
}

a:visited {
	color: #ffbd3f;
}

a:hover {
	color: #ffbd3f;
}

a:active {

}


