@charset "utf-8";
/* CSS Document */

a {color: #1da493; text-decoration: none; cursor:pointer; font-family:"Arial"; font-size:11pt;}
a:link {color: #1da493; text-decoration: none; cursor:pointer; font-family:"Arial"; font-size:11pt;}
a:visited {color: #1da493; text-decoration: none; cursor:pointer; font-family:"Arial"; font-size:11pt;}
a:hover {color: #1da493; text-decoration: underline; cursor:pointer; font-family:"Arial"; font-size:11pt;}
a:active {color: #1da493; text-decoration: none; cursor:pointer; font-family:"Arial"; font-size:11pt;}

a.graylink {color: #455560; text-decoration: none; cursor:pointer; font-family:"Arial"; font-size:14pt;}
a.graylink:link {color: #455560; text-decoration: none; cursor:pointer; font-family:"Arial"; font-size:14pt;}
a.graylink:visited {color: #455560; text-decoration: none; cursor:pointer; font-family:"Arial"; font-size:14pt;}
a.graylink:hover {color: #455560; text-decoration: underline; cursor:pointer; font-family:"Arial"; font-size:14pt;}
a.graylink:active {color: #455560; text-decoration: none; cursor:pointer; font-family:"Arial"; font-size:14pt;}

a.crlink {color: #455560; text-decoration: none; cursor:pointer; font-family:"Century Gothic"; font-size:10pt; font-style:italic;}
a.crlink:link {color: #455560; text-decoration: none; cursor:pointer; font-family:"Century Gothic"; font-size:10pt; font-style:italic;}
a.crlink:visited {color: #455560; text-decoration: none; cursor:pointer; font-family:"Century Gothic"; font-size:10pt; font-style:italic;}
a.crlink:hover {color: #455560; text-decoration: underline; cursor:pointer; font-family:"Century Gothic"; font-size:10pt; font-style:italic;}
a.crlink:active {color: #455560; text-decoration: none; cursor:pointer; font-family:"Century Gothic"; font-size:10pt; font-style:italic;}

 area {
	cursor:pointer;
 }

 .btnHome a {     display : block;
                      width : 123px;
                      height : 123px;
                      background-image:url( images/btn_home.gif ); }

 .btnHome a:hover { display : block;
                       width : 123px;
                       height : 123px;
                       background-image: url( images/btn_home_over.gif ); }

 .btnFeatures a {     display : block;
                      width : 123px;
                      height : 123px;
                      background-image:url( images/btn_features.gif ); }

 .btnFeatures a:hover { display : block;
                       width : 123px;
                       height : 123px;
                       background-image: url( images/btn_features_over.gif ); }

 .btnEmoticons a {     display : block;
                      width : 123px;
                      height : 123px;
                      background-image:url( images/btn_emoticons.gif ); }

 .btnEmoticons a:hover { display : block;
                       width : 123px;
                       height : 123px;
                       background-image: url( images/btn_emoticons_over.gif ); }

 .btnNotif a {     display : block;
                      width : 123px;
                      height : 123px;
                      background-image:url( images/btn_notifications.gif ); }

 .btnNotif a:hover { display : block;
                       width : 123px;
                       height : 123px;
                       background-image: url( images/btn_notifications_over.gif ); }

 .btnDownload a {     display : block;
                      width : 123px;
                      height : 123px;
                      background-image:url( images/btn_download.gif ); }

 .btnDownload a:hover { display : block;
                       width : 123px;
                       height : 123px;
                       background-image: url( images/btn_download_over.gif ); }

 .btnExtras a {     display : block;
                      width : 123px;
                      height : 123px;
                      background-image:url( images/btn_extras.gif ); }

 .btnExtras a:hover { display : block;
                       width : 123px;
                       height : 123px;
                       background-image: url( images/btn_extras_over.gif ); }

 .btnAbout a {     display : block;
                      width : 123px;
                      height : 123px;
                      background-image:url( images/btn_about.gif ); }

 .btnAbout a:hover { display : block;
                       width : 123px;
                       height : 123px;
                       background-image: url( images/btn_about_over.gif ); }

 .btnContact a {     display : block;
                      width : 123px;
                      height : 123px;
                      background-image:url( images/btn_contact_us.gif ); }

 .btnContact a:hover { display : block;
                       width : 123px;
                       height : 123px;
                       background-image: url( images/btn_contact_us_over.gif ); }

 .mainHeader{
	font-size:20pt;
	FONT-FAMILY="Arial";
	color:#1da493;
	font-weight:bold;
}

 .homeHeader{
	font-size:40pt;
	font-family: Arial, sans-serif;
	FONT-FAMILY="Arial";
	color:#455560;
}

 .emoticonHeader{
	font-size:20pt;
	FONT-FAMILY="Arial";
	color:#455560;
	font-weight:bold;
}

 .heading1{
	font-size:14pt;
	FONT-FAMILY="Arial";
	color:#455560;
	text-decoration:underline;
}

 .heading2{
	font-size:12pt;
	FONT-FAMILY="Arial";
	color:#455560;
	font-style:italic;
}

 .normal{
	font-size:11pt;
	font-family:"Arial";
	color:#455560;
	text-align: justify;
}

 .normalRed{
	font-size:12pt;
	font-family:"Arial";
	color:#F00;
}

 .bigText{
	font-size:14pt;
	font-family:"Arial";
	color:#455560;
	text-align: justify;
}

 .copyrightText{
	font-size:10pt;
	FONT-FAMILY="Century Gothic";
	color:#455560;
	font-style: italic;
}

 .textBoxBorder{
	border:1px solid #1da493;
	font-size:11pt;
	FONT-FAMILY="Arial";
	color:#455560;
}

 .FAQ-Q{
	font-size:14pt;
	FONT-FAMILY="Arial";
	color:#455560;
}

 .alertRed{
	font-size:14pt;
	FONT-FAMILY="Arial";
	color:#F00000;
}

 .greenLine{
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(29, 164, 147, 1), rgba(29, 164, 147, 1), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(29, 164, 147, 1), rgba(29, 164, 147, 1), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(29, 164, 147, 1), rgba(29, 164, 147, 1), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(29, 164, 147, 1), rgba(29, 164, 147, 1), rgba(0,0,0,0));
}

 .grayLine{
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(69, 85, 96, 1), rgba(69, 85, 96, 1), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(69, 85, 96, 1), rgba(69, 85, 96, 1), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(69, 85, 96, 1), rgba(69, 85, 96, 1), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(69, 85, 96, 1), rgba(69, 85, 96, 1), rgba(0,0,0,0));
}

 .grayLine2{
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(right, rgba(69, 85, 96, 1), rgba(69, 85, 96, 1), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(right, rgba(69, 85, 96, 1), rgba(69, 85, 96, 1), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(right, rgba(69, 85, 96, 1), rgba(69, 85, 96, 1), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(right, rgba(69, 85, 96, 1), rgba(69, 85, 96, 1), rgba(0,0,0,0));
}
