﻿BODY
{
    FONT-FAMILY: Arial;
    COLOR: #000000;
    FONT-SIZE: 9pt;
    text-align: left;
	background-image: url('file:///C:/Users/Jen/Desktop/Patterson/images/pattersonBackground.jpg');
}

.bodyText
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #666666;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    text-align: left;
}
.h1
{
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #0085B9;
    FONT-SIZE: 15pt;
    FONT-WEIGHT: bold;
    text-align: center;
}
.h2
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #DBA31F;
    FONT-SIZE: 13pt;
    FONT-WEIGHT: bold;
    text-align: left;
}
.h3
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #000000;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: bold;
    text-align: left;
}
.h4
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #0085B9;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
    text-align: center;
}
.title1
{
    FONT-SIZE: x-small;
        COLOR: #ffffff;
    	vertical-align: top;
}
.title2
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #2D6093;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
        text-align: left;
}
.title3
{
    BACKGROUND-COLOR: #2D6093;
    COLOR: #FFFFFF;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
        text-align: left;
}
.reverseTitle
{
    BACKGROUND-COLOR: #2D6093;
    COLOR: #FFFFFF;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
}
.smallLinks
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: #000000;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
}
.leftLinks
{
    BACKGROUND-COLOR: #0582BA;
    COLOR: #000000;
    FONT-SIZE: 13pt;
    FONT-WEIGHT: bold;
	text-align: right;
}
.rightTitles
{
    BACKGROUND-COLOR: #E8EEF5;
    COLOR: #093A6B;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;

}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;

	}
a:hover { 
	color: #FFFFFF;
	background-color: #DBA31F;
	text-decoration: none;
	}
a:active { 
	color: #FFFFFF;
	text-decoration: none;

	}