﻿/*
Sunfort English College - COPYRIGHT 2008
*/


/*
STYLING FOR LINKS
*/

a
{
	font-family: Arial;
}

a:link, a:active, a:hover
{
	text-decoration: underline;
	color: #28315B;
}

a:visited
{
	text-decoration:underline;
	color: #701213;
}


/*
ALLIGN ALL CONTENT PARAGRAPHS LEFT
*/

p 
{
	text-align:left;
	color:Black;
	font-size:9pt;	
	text-indent:0px;
}

	
	
/*
SET MAIN HEADINGS
*/

.BreadCrumbGreen 
{
	text-align:right;
	text-indent:0px;
	font-size:8pt;
	font-weight:normal;
	color:#404040;
	/* text-transform:uppercase; */
	line-height: 1.4;
	text-decoration: none ;
	background-color:#B6BB2B;
	width:100%;
	margin-top: 0px;
}

.BreadCrumbYellow
{
	text-align:right;
	text-indent:0px;
	font-size:8pt;
	font-weight:normal;
	color:#404040;
	/* text-transform:uppercase; */
	line-height: 1.4;
	text-decoration: none ;
	background-color:#FFD684;
	width:100%;
	margin-top: 0px;
}


.BreadCrumbBlue
{
	text-align:right;
	text-indent:0px;
	font-size:8pt;
	font-weight:normal;
	color:#404040;
	/* text-transform:uppercase; */
	line-height: 1.4;
	text-decoration: none ;
	background-color:#4E96D5;
	width:100%;
	margin-top: 0px;
}



h2
{
	text-align:left;
	text-indent:0px;
	font-size:10pt;
	font-weight:bold;
	color:#B6BB2B;
	text-transform:uppercase;
	line-height: 1;
	text-decoration: none;
}

h3
{
	text-align:left;
	text-indent:5px;
	font-size:9pt;
	font-weight:normal;
	color:#B6BB2B;
	text-transform:uppercase;
	line-height: 1;
	text-decoration: none;
}

/* Set Bullet List Style*/

ul
{
	font-size:9pt;
	font-weight:normal;
	color:black;
	text-decoration: none;
}

ol
{
	font-size:9pt;
	font-weight:normal;
	color:black;
	text-decoration: none;
}


/* Link at bottom of page that takes user back to top of page*/

.linktotop 
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #333399;
	margin-bottom: 0pt;
	line-height: 100%;
	text-align: center;	
}