/* Custom Template Styles */
.sw-content-table a {
color: #00AEEF;
text-decoration:none;
}
.sw-content-table a:hover {
color: #00AEEF;
text-decoration:underline;
}
.break{
display:block;
}
.bold{
font-weight:bold;
color:#333333;
}
.gold{
color:#b58e29;
}
.pink{
color:#eb008c;
}
.blue{
color:#00aeef;
}
.green{
color:#6db53f;
}
.grey{
color:#333333;
}

/* CSS Document */
/* Custom Styles */
.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	background-color: #006666;
  color: #000000;
}

.subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
  color: #000000;
}

.content{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* Tag Custom Styles for headings and paragraphs in the editor. */

h1 {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 28px;
	line-height: 30px;
	color: #000000;
                font-weight:bold;
                padding-bottom:8px;
                margin:0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
  	color: #000000;
                padding-bottom:8px;
                margin:0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
                font-weight:bold;
                color: #000000;
                padding-bottom:8px;
                margin:0px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
                font-weight:bold;
                color: #000000;
                padding-bottom:8px;
                margin:0px;
}

body, p {
	font-family: Arial, Tahoma, sans;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

p {
	font-family: Arial, Tahoma, sans;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
                margin-top:5px;
                margin-bottom:5px;
                padding:0px;
}
ul {
                margin:0px 0px 10px 0px;
}

li {
                padding-bottom:5px;
}
