BODY.cke_show_borders, BODY.body {color: #666666; font-family: 'Lato', sans-serif; font-size: 13px;}

/* Images 
IMG {margin: 5px;}
IMG.TemplateImage {border: 0; margin: 0px;}*/

/* Links */
A:link, A:visited, A:active	{font-family: 'Lato', sans-serif;
	color:#15436d;
	text-decoration:underline;}

/*Anchor link to link to pages inside pages*/
A.Anchor:link, A.Anchor:visited, A.Anchor:active {text-decoration: none; color: Black;}
A.Anchor:hover {text-decoration: none; color: Black;}

A.MenuLink:link, A.MenuLink:visited, A.MenuLink:active {text-decoration: none; color: Blue;}
A.MenuLink:hover {text-decoration: none; color: Red;}

A.HoverLink:link, a.HoverLink:visited, a.HoverLink:active {text-decoration: none; color: Blue;}
A.HoverLink:hover {text-decoration: underline; color: Red;}

A.NoHoverLink:link, a.NoHoverLink:visited, a.NoHoverLink:active {text-decoration: none; color: Blue;}
A.NoHoverLink:hover {text-decoration: underline; color: Blue;}

/* Special Tables */
TABLE.BoxTable			{}
TD.BoxTableHeader		{}

.Heading			{color:#15436d;font-weight:700;font-size:31px;margin:10px 0;font-family: 'Lato', sans-serif;}
.SubHeading			{color: #666666; font-size: 18px; font-weight: bold;}
.NormalText			{font-size: 13px; color: black;}
.BlueText			{color:#15436d}
.RedText			{color:#a70000}
.BlueBar			{color:#15436d;font-size:24px;font-weight:700;background:#cde1ef;width:96%;padding:10px 2%;margin:10px 0;float:left;text-align:center;}
.SmallText			{font-size: 10px;}
.LargeText			{font-size: 16px;}
.HighlightedText	{color: Blue;}
.HighlightedText2	{color: Red;}
.Caption			{font-size: 10px;}

label.error { color: red; }

.tablename{
	font-weight:bold;
	color:##555;
}
.tablename table{
	border-spacing: 3px;
}
.tablename td{
	padding: 6px;
	vertical-align: top;
}
.tablename td.label{
	text-align: right;
	width: 150px;
    background-image:none !important; 
}
.subpageAboutBox{
	position:relative;
}
.pcard {
	position: absolute;
	display: none;
	/*display:block;*/
	bottom: 0;
	left:0;
	width:100%;
	background:#fff !important;
	color:#15436d !important;
	border:solid 1px #15436d !important;
	text-align:center;
}
.pcard .pname{
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;	
}

.pcard .ptitle{
	font-style:italic;
}
.pcard a{
	text-decoration:none;
}
.pcard a:hover, #powerTip a:focus{
	color:#a70000;
}
.tooltips{
	cursor:pointer;
}