/* Reset */
html,body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p {
	margin: 0;
	padding: 0;
}
dl,dt,dd,pre,fieldset,input,blockquote {
}
h1,h2,h3,h4,h5,h6,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
pre,code,address,caption,cite,code,em,strong {
}
ul,ol {
	margin-left: 20px;
	list-style-position: inside;
}
fieldset,img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Type and Stylings */
body {
	font: .9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	background: #34ACE1 url(../images/UGR-Bkg-Page-01.jpg) repeat-x;
}

h1 {
	margin: .2em 0em 0em 0em;
	padding: 0,0,0,0;
	font-size: 1.8em;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
h2 {
	margin: .2em 0em 0.5em 0em;
	padding: 0,0,0,0;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
h3 {
	margin: .2em 0em 0.5em 0em;
	padding: 0,0,0,0;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
h4 {
	margin: .2em 0em 0.5em 0em;
	padding: 0,0,0,0;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
h5 {
	margin: .2em 0em 0.5em 0em;
	padding: 0,0,0,0;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
h6 {
	margin: .2em 0em 0.5em 0em;
	padding: 0 0 0 0;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
p {
	margin: 0.5em 0em 1em 0em;
	line-height: 1.4em;
}

a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover, a.current:link, a.current:visited {
	color: #FFF;
	text-decoration: underline;
}

.Copy00 {
	font-size: 1.1em;
}
.Copy01 {
	font-size: 1em;
}
.Copy02 {
	font-size: .9em;
}
.Copy03 {
	font-size: .8em;
}
.Copy04 {
	font-size: .7em;
}

.Indent-20px {
	margin-left: 20px;
}
.Indent-40px {
	margin-left: 40px;
}
.BulletList-Circle01 {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: circle;
}
.BulletList-Disc01 {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: disc;
}
.BulletList-Square01 {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: square;
}

.Copy-Red {
	color: #FF0000;
}
.Copy-Blue {
	color: #0000FF;
}
.Copy-Yellow {
	color: #FFFF00;
}

.ClearFloat {
	clear: both;
    height: 0;
    font-size: 0px;
    line-height: 0px;
}
#divClearer {
	clear: both;
    height: 0;
    font-size: 0px;
    line-height: 0px;
}

.hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-top: 20px;
	margin-bottom: 15px;
}

