﻿/** BEGIN About Us Styles */

/*a:link {color: #0D548C; text-decoration:underline; margin-bottom:1px;}        /* specificity = 1,1 */
/*a:active {color: #0D548C; text-decoration:underline; margin-bottom:1px;}       /* specificity = 1,1 */
/*a:visited {color: #0D548C; text-decoration:underline; margin-bottom:1px;}   /* specificity = 1,1 */
/*a:hover {color: #0D548C; text-decoration:underline; margin-bottom:1px;}    /* specificity = 1,1 */


ul.contentSmall a:link {color: #0D548C; text-decoration:underline;}        /* specificity = 1,1 */
ul.contentSmall a:active {color: #0D548C; text-decoration:underline;}       /* specificity = 1,1 */
ul.contentSmall a:visited {color: #0D548C; text-decoration:underline;}   /* specificity = 1,1 */
ul.contentSmall a:hover {color: #0D548C; text-decoration:none;}    /* specificity = 1,1 */

ul {margin:0px;padding:0px;list-style: none;}

ul li {line-height:150%}

ul.contentSmall br {display:none;}

.TwoColumnTOCTable br {line-height: 0%}

div.summary p {margin-top:5px;}

div.summary p br {display:none;}

H1.header {
	margin-left:15px;
	margin-top:70px;
}

/*
br {line-height: 0%}


p.contentSmall {line-height:50%}


/** End About Us Styles */
