/** bb_styles.css version 22Oct2002

  * basic styles

  **/

BODY {
	background-image: url("http://danzbb.com/backer.jpg"); 
	background-position: 20px 300px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

span, p, ul, ol, td, blockquote {font-size:11px; font-family: arial,helvetica,verdana,sans-serif}

p, blockquote {
	margin-bottom: 6;
	margin-top: 6;
	margin-left: 12;
	font-family: arial, helvetica;
}

.PictureCaption {
	font-size:10px;
	margin-bottom: 2;
	margin-top: 2;
	margin-left: 12;
	font-family: arial, helvetica;
	background-color: #CCCCCC;
}

a:link {text-decoration:underline;  color : #000080; }

a:visited {text-decoration:underline;  color : #000080; }

}

body {
	font-family: arial, helvetica;
}

.BodyText {
	font-family: arial, helvetica;
	font-size: 13px;
}

.code {
	font-family: courier;
	font-size: 13px;	
}

.caution {
	padding: 6px 0px 6px 6px;	
	font-family: arial, helvetica;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
}
.content {
	width: 800px
}


h1 {
	font-family: Arial, Helvetica;
	font-size: 20px;
	margin-left: 6;
}

h2 {
	margin-left: 6;	
	font-family: Arial, Helvetica;
	font-size: 18px;
	color: #666666;
	margin-left: 12;
}

h3 {
	margin-left: 6;	
	font-family: Arial, Helvetica;
	font-size: 16px;
	color: #000000;
	margin-left: 12;
}

h4 {
	margin-left: 6;	
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #666666;
	margin-left: 12;
}

h5 {
	margin-left: 6;	
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	margin-left: 12;
}

.image {
	padding: 6px 6px 6px 6px;
}

.modifiedDate {
	color: #666666;
	margin-left: 6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.note {
	padding: 6px 0px 6px 6px;	
	font-family: arial, helvetica;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	margin-left: 12;
}

.page_header {
	font-family: Arial, Helvetica;
	font-size: 24px;
	background-image: url(images/gl_image/ut_grey_dot.jpg);
	background-repeat: repeat;
	padding: 5px;
}

.PlainLink {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;

}
.subHead {
	color: #333333;
	margin-left: 6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.table_corner {
background-repeat: no-repeat ; background-image: url(/images/corner.jpg)
}

