﻿/* CSS Document */

/* --------------  Arrows and Bullets  --------------*/

.Small_Blue_Arrow_List {
list-style-image:url(../../images/smbluearrow.gif);
list-style-position:outside;
}

.Small_Orange_Arrow_List {
list-style-image:url(../../images/smorangearrow.gif);
list-style-position:outside;
}

.Small_Blue_Arrow_Bullet {
margin:0px;
padding-left:25px;
display:block;
background:url(../../images/smbluearrow.gif) top left no-repeat transparent;
}

.Small_Orange_Arrow_Bullet {
margin:0px;
padding-left:25px;
display:block;
background:url(../../images/smorangearrow.gif) top left no-repeat transparent;
}

.Paragraph_Text {
color:#202020;  /* #001269;  Swap out with blue colored text  */
font-style: normal;
font-weight: normal;
font-size:12px;
line-height:17px;
font-family: Arial, Helvetica, sans-serif;
}


/* --------------  Global Text/Color Attributes  --------------*/

/*
.Heading_One {
padding:0px;
margin:5px 0px 5px 0px;
color:#001269;
font:18px Arial, Helvetica, sans-serif;
font-weight:bold;
}

.Heading_Two {
padding:0px;
margin:5px 0px 5px 0px;
color:#001269;
font:16px Arial, Helvetica, sans-serif;
font-weight:bold;
}

.Heading_Three {
padding:0px;
margin:5px 0px 5px 0px;
color:#001269;
font:14px Arial, Helvetica, sans-serif;
font-weight:bold;
}

.Paragraph_Text {
margin:10px 0px 10px 0px;
color:#202020;  
font-style: normal;
font-weight: normal;
font-size:13px;
line-height:17px;
font-family: Arial, Helvetica, sans-serif;
}
*/

/* --------------  Color Styles  --------------*/

.Orange_Color {
color:#FF6201;
text-decoration:none;
}

.Blue_Color {
color:#000054;
text-decoration:none;
}

.Light_Blue_Color {
color:#9eb5ef;
text-decoration:none;
}

.Grey_Color {
color:#202020;
}