                                    /**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
@import url(https://fonts.googleapis.com/css?family=Oswald:regular,bold);

body {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h1,
h2,
h3,
h4,
h5,
h6,
#jsn-gotoplink,
.page-header,
.subheading-category,
#jsn-menu a,
#jsn-menu span,
.componentheading,
.contentheading {
	font-family: Oswald, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
}
body.jsn-textstyle-business .jsn-moduletitle {
	font-weight: normal;
}

/* unvisited link */
a:link {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	  font-size: 150%;
    color: #555555;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

/* visited link */
a:visited {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	  font-size:150%;
    color: #555555;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;

}

/* mouse over link */
a:hover {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	  font-size: 150%;
    color: #555555;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

/* selected link */
a:active {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	  font-size: 150%;
    color: #555555;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
