﻿/**********Header and Text Styles**********/
h1.my-rteElement-h1{
	-ms-name:"MSEC-Level 1 Heading";
	font-size:24pt;
	font-weight:normal;
	color:#013648;
	font-family:Tahoma, Arial, Times New Roman, Calibri;
}
h2.my-rteElement-h2{
	-ms-name:"MSEC-Level 2 Heading";
	font-size:18pt;
	font-weight:normal;
	color:#013648;
	font-family:Tahoma, Arial, Times New Roman, Calibri;
}
h3.my-rteElement-h3{
	-ms-name:"MSEC-Level 3 Heading";
	font-size:16pt;
	font-weight:normal;
	color:#013648;
	font-family:Tahoma, Arial, Times New Roman, Calibri;
}
h4.my-rteElement-h4{
	-ms-name:"MSEC-Level 4 Heading";
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
	color:#013648;
	font-family:Tahoma, Arial, Times New Roman, Calibri;
}
h5.my-rteElement-h5{
	-ms-name:"MSEC-Level 5 Heading";
	font-size:12pt;
	font-weight:normal;
	color:#013648;
	font-family:Tahoma, Arial, Times New Roman, Calibri;
}
p.my-rteElement-p{
	-ms-name:"MSEC-Normal Text";
	color:black;
	font-size:11px;
	font-weight:normal;
	font-family:Tahoma, Arial, Times New Roman, Calibri;
}

p.my-rteElement-p a{
	-ms-name:"MSEC-Normal Text";
	color:#0000cc;
	font-size:11px;
	font-weight:normal;
	font-family:Tahoma, Arial, Times New Roman, Calibri;
}

p.my-rteElement-p a:link{
	-ms-name:"MSEC-Normal Text";
	color:#0000cc;
	font-size:11px;
	font-weight:normal;
	font-family:Tahoma, Arial, Times New Roman, Calibri;
}

p.my-rteElement-p a:hover{
	-ms-name:"MSEC-Normal Text";
	color:#0000cc;
	font-size:11px;
	font-weight:normal;
	font-family:Tahoma, Arial, Times New Roman, Calibri;
}
p.my-rteElement-p a:visited{
	-ms-name:"MSEC-Normal Text";
	color:#0000cc;
	font-size:11px;
	font-weight:normal;
	font-family:Tahoma, Arial, Times New Roman, Calibri;
}
hr.my-rteElement-hr{
	-ms-name:"MSEC-Horizontal Rule";
	width:100%;
	text-align:left;
	color:#013648;
	background-color:#013648;
	height:1px;
}
/***********Table Styles************/
/* Table 1 */
table.my-rteTable-1{
	-ms-name:"MSEC-Table Style 1";
	border-collapse: collapse;
	}

table.my-rteTable-1 td{
	padding: 5px;
	vertical-align:top;
	border: thin gray;
	border-style:solid;
}
	
/* Table 2 */
table.my-rteTable-2{
	-ms-name:"MSEC-Table Style 2";
	border:none;
}
table.my-rteTable-2 td{
	vertical-align:top;	
}
/***********Content Editor Web Part Added Styles*********/
.ms-rteCustom-MSECLevelOneHeading{
	font-size:24pt;
	font-weight:normal;
	color:#013648;
	font-family:Tahoma, Arial, Times New Roman, Calibri;
}
.ms-rteCustom-MSECLevelTwoHeading{
	font-size:18pt;
	font-weight:normal;
	color:#013648;
	font-family:Tahoma, Arial, Times New Roman, Calibri;
}
/********** Picture Positioning Styles *******/
.my-rtePosition-1{
-ms-name:"Left";
float:left;
}
.my-rtePosition-2{
-ms-name:"Right";
float:right;
}
.my-rtePosition-3{
-ms-name:"Top";
vertical-align:text-top;
}
.my-rtePosition-4{
-ms-name:"Middle";
vertical-align:middle;
}
.my-rtePosition-5{
-ms-name:"Bottom";
vertical-align:text-bottom;
}
