@import url("pagelayout.css");
@import url("navigation.css");

BODY, DIV, P, SPAN, A, H1, H2, H3, H4, H5, H6, INPUT { 
  font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
  color:#666666;
}

BODY, DIV, P, SPAN, A, H3, H4, H5, H6 { font-size:15px; }
H1 { font-size: 19px; }
H2 { font-size: 19px; }

.bold { font-weight:bold; }
DIV.conChangeStyle SPAN.cs4 { background-image:url("../img/arrow_cs.gif"); background-repeat:no-repeat; background-position: bottom; }
P.introduction { font-size: 14px; }


