/* basic elements */

BODY {
	color:             #333333;
	background-color:  #ffffff;
	padding:           0px 0px 0px 0px;
	margin:            0px 0px 0px 0px;
}

body,p,div,dd,dt,dl,ul,ol,td,input,select,textarea {
	font-size:     12px;
	line-height: 130%;
}

small{
	font-size:     10px;
	line-height: 120%;
}

big{
	font-size:     14px;
}

ul{
	font-size:     12px;
}

H1{
  font-size : 10px;
  font-weight : 100;
  line-height : 120%;
  margin-top : 0px;
  margin-bottom : 0px;
  display:inline; margin:0
}

H2{
  font-size : 10px;
  font-weight : 100;
  line-height : 120%;
  margin-top : 0px;
  margin-bottom : 0px;
  display:inline; margin:0
}

H3{
  font-size : 10px;
  font-weight : 100;
  line-height : 120%;
  margin-top : 0px;
  margin-bottom : 0px;
  display:inline; margin:0
}

H4{
  font-size : 10px;
  font-weight : 100;
  line-height : 120%;
  margin-top : 0px;
  margin-bottom : 0px;
  display:inline; margin:0
}

H5{
  font-size : 10px;
  font-weight : 100;
  line-height : 120%;
  margin-top : 0px;
  margin-bottom : 0px;
  display:inline; margin:0
}

H6{
  font-size : 12px;
  font-weight : 100;
  line-height : 130%;
  margin-top : 0px;
  margin-bottom : 0px;
  display:inline; margin:0
}

strong{
  font-size : 10px;
  font-weight : 100;
  line-height : 120%;
  margin-top : 0px;
  margin-bottom : 0px;
}

A:link {
	color:             #666666;
	background-color:  transparent;
	text-decoration:   none;
}

A:visited {
	color:             #333333;
	background-color:  transparent;
	text-decoration:   none;
}

A:hover {
	color:             #00cc00;
	background-color:  transparent;
	text-decoration:   underline;
	cursor:            hand;
}

A:active {
	color:             #00cc00;
	background-color:  transparent;
	text-decoration:   underline;
	cursor:            hand;
}

/* colours with frequency */

.white     { color:#ffffff; }
.gray      { color:#666666; }
.gray9     { color:#999999; }
.grayc     { color:#cccccc; }
.black     { color:#000000; }

.red       { color:#ff0000; }
.orange    { color:#ff6600; }
.green     { color:#006600; }
.cyan      { color:#0077bd; }
.blue      { color:#377DB8; }
.cobalt    { color:#0011aa; }

.mdgrn     { color:#3399cc; }
.pink      { color:#FF738C; }

/* end of file */
