/* CORE STYLES FOR GLOBAL ELEMENT STYLES & WYSIWYG EDITOR*/
* {
margin: 0;
padding: 0
}



body {
background: #fff; /*if the background property clashes with HTML Module usage, move this styling to alternative stylesheet */
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
line-height: 16px
}


/*---------- PARAGRAPH & TABLE ELEMENTS ----------*/
p {
color: #000000;
}

tbody {}
th {}
tr {}
td {}


/*---------- HEADING TAGS ----------*/
h1 {
font-size: 24px;
line-height: 28px;
color: #000000;
}

h2 {
font-size: 18px;
line-height: 20px;
color: #000000;
}

h2 {
font-size: 16px;
line-height: 18px;
color: #000000;
}


/*---------- LIST ELEMENTS ----------*/
ul {
list-style-type: disc
}

ol {
list-style-type: decimal;
}

li {
margin-left:15px
}

/*---------- LINKS ----------*/
a:link, a:visited {
color:#999;
text-decoration:none
}

a:hover, a:active {
color:#000;
text-decoration: underline
}


/*---------- IMAGES ----------*/
img { 
border: none
}


/*---------- OTHER ELEMENTS ----------*/
blockquote {
margin: 10px;	
font-style: italic
}

code {}

acronym {
cursor: help
}

pre {}