﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML GENERAL 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html,body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input
{
    margin: 0;
    padding: 0;
}

body
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	text-align: left;
	color: #333; 
	background:#fff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ANCHORS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a img
{
	border:none;
}

a
{
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:normal;
	color:#ef286a;
}

a:visited
{

}

a:hover
{
	text-decoration: underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS & TEXT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul, ol
{
	margin:0px;
	padding:0px;
	padding-left:28px;
}

h1, h2, h3, h4, h5, h6, p
{
    margin:0px;
	padding: 0px 4px 15px 8px;
	font-family: Arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
}

p
{
	padding:6px 0px 10px 0px;
	line-height:inherit;
}

h1
{
	padding-left:0px;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	color:#ef286a;
}

h2
{
    font-size: 15px;
    line-height: 20px;
	color:#ef286a;
}

b
{
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Sans-Serif;
}

strong
{
	font-size:110%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TABLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

td
{
    vertical-align: top;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear
{
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.pink
{
	color:#ef286a;
}

.transparent 
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.smallprint
{
	font-size:10px;
}