/* Start of CMSMS style sheet 'Amoral : text' */
body {
	font:12px/1.5 Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	background: #000;
	color: #fff;
	font-size: 11px;
}

a
{
	color: #fff;
	text-decoration: none;
        border-bottom: 1px dotted #767676;
}

a:hover
{
	  color: #FF00E4;
}

a:focus {
	outline:1px dotted invert;
}

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;height:0;
}

h1 {
	font-size:21px;
}

h2 {
	font-size:19px;
       color: #FF00E4;
       text-transform: uppercase;
}

h3 {
	font-size:17px;
          color: #FF00E4;
}

h4 {
	font-size:15px;
        margin-bottom: 5px;
        padding: 0px;
        color: #FF00E4;
}

h5 {
	font-size:13px;
       font-weight: bold;
         color: #FF00E4;
}

h6 { 
	font-size:13px;
          color: #FF00E4;
}

ol {
	list-style:decimal;
}

ul {
	list-style:square;
}

li {
	margin-left:30px;
}

p,dl,hr,h1,h2,h3,ol,ul,pre,table,address,fieldset {
	margin-bottom:15px;
}

.newsItem {
    margin-bottom: 15px;
}

.upperPagination
{
       margin-bottom:20px;
	border-bottom: 1px solid #767676;
	width:100%;
        text-align: center;
}

.lowerPagination a, .upperPagination a {
     border: 0px;
}

.lowerPagination
{
        margin-top: 20px;
	border-top: 1px solid #767676;
	width:100%;
        text-align: center;
}

.newsSeparator{
      text-align: center;
	color: #767676;
     font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}

.highlight {
	color: #FF00E4;
	font-size: 1.1em;
	font-weight: bold;
}

.more {
        text-align: right;
        margin-right: 10px;
}

.noborder {
}

.noborder a {
       border: 0px;
}
/* End of 'Amoral : text' */

