/* common.css */

body {
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	background-image: url(/shared/images/bg.gif);
	background-repeat: repeat;
}

A:hover        { color: #FF0000; }

.color-gray    { color: #585858; }
.color-white   { color: #FFFFFF; }
.color-red     { color: #FF0000; }
.color-darkred { color: #990000; }
.color-green   { color: #175155; font-weight: bold }
.color-blue    { color: #18326B; font-weight: bold }
.color-skyblue { color: #3366FF; }

.weather-red   { color: #FF0000; }
.weather-blue  { color: #0000FF; }

.fontbg        { background-color: #ffcca2 }

.text { font-size: 12px; }


.fs5 { font-size: 18px; line-height: 27px; }
.fs4 { font-size: 16px; line-height: 24px; }
.fs3 { font-size: 14px; line-height: 21px; }
.fs2 { font-size: 12px; line-height: 18px; }
.fs1 { font-size: 10px; line-height: 15px; }
