h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;

	
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
a[href$='.pdf']{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:20px;
	background:transparent url(/images/icons/page_white_acrobat.png) bottom right
	no-repeat;
	}
a[href$='.doc']{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:20px;
	background:transparent url(/images/icons/page_white_word.png) bottom right
	no-repeat;
	}

a[href$='.xls'], a[href$='.csv']{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:20px;
	background:transparent url(/images/icons/page_white_excel.png) bottom right
	no-repeat;
	}

a[href$='.ppt']{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:20px;
	background:transparent url(/images/icons/page_white_powerpoint.png) bottom right
	no-repeat;
	}

a[href$='.cdr']{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:20px;
	background:transparent url(/images/icons/page_white_swoosh.png) bottom right
	no-repeat;
	}
	
a[href$='.pub']{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:20px;
	background:transparent url(/images/icons/page_white_c.png) bottom right
	no-repeat;
	}
	
a[href$='.png'], a[href$='.png'], a[href$='.gif'], a[href$='.jpeg'], a[href$='.jpg']{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:20px;
	background:transparent url(/images/icons/page_white_camera.png) bottom right
	no-repeat;
	}

a[href$='.url']{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:20px;
	background:transparent url(/images/icons/page_white_go.png) bottom right
	no-repeat;
	}


a[href^='http:']{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:20px;
	background:transparent url(/images/icons/world_link.png) bottom right
	no-repeat;
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* here's the box... the image is the upper-left corner */
#csc {
  background : #CCCCCC url(/images/csc_tl.png) no-repeat;
  width : 10em;
  height : auto;
  position : relative;
  padding : 4px 4px;
}

/* these are the other three spans. classes were used to allow multiuse on a page */
.tr, .bl, .br {
  position : absolute;
  width : 39px;
  height : 39px;  /* corner images are 40x40 */
  display : block;
  margin-bottom : -1px;  /* this is for IE */
}

/* change position and image: top-right */
.tr {
  background : transparent url(/images/csc_tr.png) no-repeat;
  top : 0;
  right : 0;
}

/* change position and image: bottom-left */
.bl {
  background : transparent url(/images/csc_bl.png) no-repeat;
  bottom : 0;
  left : 0;
}

/* change position and image: bottom-right */
.br {
  background : transparent url(/images/csc_br.png) no-repeat;
  right : 0;
  bottom : 0;
}
