﻿/***********************************************************************************************************************************
// Copyright					:	Copyright(C) Gas South. All Rights Reserved.				                                        *
//									This software is the confidential and proprietary		                                        *
//									information of Gas South("Confidential						                                        *
//									Information"). You shall not disclose such Confidential                                         *
//									Information and shall use it only in accordance with the                                        *
//									terms of the license agreement you entered into with Gas South.                                 *
// File Name					:	attributes.css							                                                    *
// Project Name					:	Gas South										                                                *
// Description					:	Pagelevel Styles defining.														                        *
// Version						:	1.0														                                        *
// Author						:	Manoj Kumar 														            *
// Created On					:	11 February 2008														                        *
// Modification History			:	None													                                        *
//*=================================================================================================================================*
// Modified By					:								                                                                    *
// Date							:													                                                *
// Version						:															                                        *
// Reason						:	                                                                                                *
//*=================================================================================================================================*/


body
{
}

.contentTitle
{
	font-weight: 600;
	font-family: arial;
	font-size: 22px;
	margin-bottom: 0px;
	color: #333333;
}
.contentTitle_Small
{
	font-weight: 600;
	font-family: arial;
	font-size: 20px;
	margin-bottom: 0px;
	color: #333333;
}

.contentTitle_sub
{
	font-weight: 600;
	font-family: arial;
	font-size: 12px;
	margin-bottom: 0px;
	color: #333333;
}


.paragraphContent
{
	background: white;
	margin-bottom: 7.5pt;
}

.paragraphContent_search
{
	background: white;
}

.TextContent
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

.paragraphContentOffer
{
	background: white;
	font-size: 18px;
	font-weight: bold;
}

.TextContent_sub
{
	font-family: Arial;
	font-size: 8px;
	color: #666666;
}

