/* CSS Document */

/***********************************************/
/* Markup Tags                                 */
/***********************************************/
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.166;
}
a:link{
	text-decoration: none;
	color: #0000CC;
}
a:hover{
	text-decoration: underline;
	color: #0000CC;
}
a:visited{
	text-decoration: none;
	color: #637843;
}
img{border:0 solid #CCC;}
.bg-grey-pinstripe {background-image: url(udm4/udm-resources/pinstripe-background.gif);}
.bg-olive-solid {background-color: #A5BA85;}
.bg-olive-solid-darker {background-color: #669966;}
.bg-black-solid {background-color:#B95C00}
.bg-olive-pinstripe {background-image: url(udm4/udm-resources/olive-pinstripe-background.gif);}
.white{background-color:#fff;background-image: url(/images/stationary.png);
}
.large{font-size:large;}
.small{font-size:small;}
.thumbCaption{
	font-family:"Times New Roman", Times, serif;
	font-size: large;
	color: #336600;
	font-weight: bold;
}
.thumb{/*
	border: 1px solid #000; */
}
.box{border: 1px solid #000;}
.borderTop{border-top:1px solid #336600;}
.borderLeft{
	border-left:1px solid #336600;
	padding-left: 10px;
}

