﻿@charset "utf-8";

/*MEDIA!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/



.mediaCustom-headline {
	font-size: 28px;
	text-decoration: none;
	color: #5C5E5F;
}

.mediaCustom-greyText{
	text-decoration: none;
	color: #5C5E5F;
	font-size: 13px;
}

.mediaCustom-greyTextLink{
	text-decoration: none;
	color: #5C5E5F;
	font-size: 13px;
	border-bottom-style: solid;
	border-bottom-color: #1C3F94;
	border-bottom-width: 1px;
}

.mediaCustom-greyTextLink:hover{
	text-decoration: none;
	color: red;
		font-size: 13px;
	border-bottom-style: solid;
	border-bottom-color: #1C3F94;
	border-bottom-width: 1px;
}

.mediaCustom-boxHeadline{
	font-size: 16px;
	text-decoration: none;
	color: #4A7EB9;
	text-transform: uppercase;
}
	
.mediaCustom-boxLink {
	color: #5C5E5F;
	text-decoration: none;
	border: 3;
	font-size: 13px;
	list-style-image: url('/PublishingImages/blueDot.gif');
    color: #4A7EB9;
	border-bottom-width: 1px;
}

.mediaCustom-boxLink:hover {
	color: red;
	text-decoration: none;
	border: 3;
	font-size: 13px;
	list-style-image: url('/PublishingImages/blueDot.gif');
	border-bottom-style: solid;
    color: #1C3E95;
	border-bottom-width: 1px;
}



.mediaCustom-boxText {
	color: #5C5E5F;
	text-decoration: none;
	border: 3;
	font-size: 13px;
	list-style-image:url('/PublishingImages/blueDot.gif')
}
  
.mediaCustom-blueBox {
	background: #E6E6FF;
	list-style-type:lower-roman;
	list-style-image:url('/PublishingImages/blueDot.gif')
	}


.mediaCustom-blueText {
	color:  #4A7EB9;
	text-decoration: none;
	border: 3;
	font-size: 13px;
}



