/* CSS Document */

body {
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
color:#666666;
}

h1 {
font-size:16px;
font-weight:bold;
color:#0080A5;
}

h2 {
font-size:16px;
font-weight:bold;
font-style:italic;
color:#0080A5;
}

h3 {
font-size:13px;
text-align:center;
font-weight:bold;
font-style:italic;
}

h4 {
font-size:14px;
text-align:center;
font-weight:bold;
}

p {
font-size:12px;
color:#666666;
line-height:17px;
}

ul, ol {
font-size:12px;
line-height:17px;
}

.blue {
color:#0080A5;
}

a {
color: #0080A5;
text-decoration: none;
font-weight:bold;
}
.square {
		font-family: Trebuchet MS, helvetica,sans-serif;
		font-size: 13px ;
		font-weight: normal;
		font-style: normal;
		vertical-align:middle;
		color: #333333;
		margin:0px 0px 3px -10px;
		list-style-type:square;
}
.border {
 font-family: verdana, helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color :#333333;
 border-style: solid;
 border-width: 0px;
 border-color: #666666;
 }
 .border2 {
 font-family: verdana, helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 color :#0080A5;
 border-style: solid;
 border-width: 0px;
 border-color: #666666;
 }
