@import url("westcas.css");

/***** Global Settings *****/

html, body {
 border:0;
 margin:0;
 padding:0;
}

body {
 font-family: arial, helvetica, sans-serif;
 font-size: 10pt;
 color: #333;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
 margin:0;
 padding:0;
 font-weight:bold;
}

h1 {
 padding:30px 0 0px 0;
 letter-spacing:0px;
 font-size: 14pt;
 color: #D66B41;
 text-transform: uppercase;
 font-family: georgia, times new roman, times, serif;
}

h2 {
 padding:20px 0 0 10px;
 letter-spacing: -1px;
 font-size: 12pt;
 font-family: times new roman, times, serif;
}

h3 {
 padding: 10px 0 0 30px;
 letter-spacing: -1px;
 font-size: 10.5pt;
 font-family: times new roman, times, serif;
}

ul, ol {

}

p {
 margin-left: 20px;
}

/***** Links *****/

a {
 text-decoration: underline;
 color: #2789CD;
}

a:visited {
 color: #379ADF;
}

a:hover {
 text-decoration: none;
}


/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	          { float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	          { text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		          { font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }