﻿/*
    Emergency Communications Network
    [CNE]
    
    Mohan Selvamoorthy   2/22/17
    For DEV-6358: split out of Site.css and selectively/appropriately loaded in bundles to allow customized template for iFrame view
*/

body {
    background-color: #DCD9D0;
    background-repeat: no-repeat;
    color: #3056B7;
}

h1
{
    color: #1B5D9B;
}

h2
{
    color: #3056b7;
}

.borders
{
	border-top: 2px solid #99cdff;
	border-bottom: 1px solid #FFF;
}