/* CSS Document */

@import url(layout.css);
@import url(extentions.css);
@import url(navigation.css);

/*
html {
     overflow: -moz-scrollbars-vertical; // Scroll vertical in FF
}

*/

html,body{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #FFFFFF;
	font-size: 12px;
	text-align:justify;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	
}
form {
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
	font-size:1px;
	height:1px;
}
body, table, td, p, th, a, div {
}

p {
}

.bodytext {
}

/* HEADER ELEMENTS */

h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
	text-align:left;
	font-size:12px;
}

/* First Header, only when different from H1 */

.csc-firstHeader{
	font-size: 12px;
}

/* Headers only if different from H1,H2,H3,H4 */

h1{
	font-weight: bold;
	font-size: 12px;
}

h2{
}

h3{	
}

h4{	
}

/* LINKS */

/* normal link */

/* Internal link > same window */

a.internal-link{
	text-decoration: underline;
}

a.internal-link:hover{
	text-decoration: none;
}

a.internal-link:visited{
	text-decoration: underline;
}

a.internal-link:visited:hover{
	text-decoration: none;
}

/* Internal link > new window */

a.internal-link-new-window{	
}

a.internal-link-new-window:hover{
}

a.internal-link-new-window:visited{
}

a.internal-link-new-window:visited:hover{
}

/* external link > same window */

a.external-link{	
}

a.external-link:hover{
}

a.external-link:visited{
}

a.external-link:visited:hover{
}

/* external link > new window */

a.external-link-new-window{	
}

a.external-link-new-window:hover{
}

a.external-link-new-window:visited{
}

a.external-link-new-window:visitebod:hover{
}

