/***********************************************
 *			m-style.css
 ***********************************************/
 
* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	outline: none;
}

/*--: Document Global :--*/
body {background:#eeecc6;font:16px/1.3125em Cambria, Georgia, Times, “Times New Roman”, serif}

#wrap {background:#fff;width:980px;margin:0 auto}

#content, #header {padding:20px}

/*--: Header :--*/
#header {text-align:center}

.home-link {margin:10px 0 0 20px;}

/*--: Links :--*/
a:hover {color:#cc0000;text-decoration:underline}

/*--: Typography :--*/
h1 {font-size:2.25em;margin:0.58333em 0}

	#page-title {margin:1em 0 0.5em 0}

h2 {font-size:1.5em;margin:1.5em 0 0.875em 0;}

	#sub1, #sub2 {text-align:center;text-decoration:underline}
	
	.sub-pagetitle-large {font-size:1.8em;margin-top:1.2em}

h3 {font-size:1.1em;margin:1em 0 0 0}
h3.subtitle {font-size:1.125em;margin:1em 0 1em 0;text-decoration:underline;text-align:center}

p {margin:0 0 1.3125em 0}

ul {margin:1em 0 1em 1.5em;list-style:square}

	ul ul {margin:0 0 0 2em;list-style:disc}
	
small {font-size:0.5em;}
	
/*--: Content :--*/
#content {clear:both}

#bold-list {font-weight:bold;margin:0.5em 0 1.3125em 0;list-style:none}

.small {font-size:0.7em}

.large {font-size:1.3em}

.center {text-align:center}

#footnotes li {font-size:0.9em}

/*--: tables :--*/
table {font-size:15px}

table, td {border:1px solid #000}

td {padding:5px}

.row {text-align:center}

