/* Created by Artisteer v4.2.0.60432 */


.Title
{
    font-family: Montserrat,sans-serif;    
    letter-spacing: 1px;
    color: White;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size:20px;
}
.PageHeading
{
    color:orange; font-size:15px; font-weight:600; text-decoration:none;
}
.SubTitle
{
    font-family: Montserrat,sans-serif;    
    letter-spacing: 1px;
    color: White;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size:13px;
}
.text
{
    font-family: Arial, Helvetica, sans-serif; 
   font-size: 13px;
}


body
{
  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 13px;
   margin:0px;
   background-color:#EFEFEF;
}
.content {
	
	
	margin: 10px auto;
	
	border: 1px solid #ddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.heading
{
    color:#2A79AE;
    font-weight:550;
    font-size:18px;
    text-align:center;
}
.red
{
    color:Red;
    
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
       
       border-top-color:#eee;
       border-bottom-color:currentColor;
       border-top-width:1px;
       border-right-width:0px;
       border-bottom-width:0px;
       border-left-width:0px;
       border-top-style:solid;
       border-right-style:none;
       border-bottom-style:none;
       border-left-style:none;
       
}
.link
{
    font-weight:bold;color:Blue;text-decoration:none;
}
.rowHeading
{
    background-color: #92CAD3; font-weight:bold; height:26px;
}
/*.rowHeading
{
    background-color: #F18C03; font-weight:bold; height:26px; color:#FFFFCC;
}*/
